when I’m trying to execute the dataflow which has Transient Target in Postgresql dataflow Incorrect Compilation Type.:TargetDataObject error is thrown
Scenario: I have scenario, where I’m trying to create a Transient Target in Postgresql processing platform. Then use the same Target as source within the same dataflow.
When I execute dataflow it is throwing the below error
ESM00095: Incorrect Compilation Type.:TargetDataObject
This issue occurs when native datapoint and transient target datapoint is different. Please make sure both are same(It can have different schemas).