When I debug step by step each of the transformations in dataflow, I see the correct results for:
sinkDeltaDelete
sinkDeltaInsert
sinkDeltaUpdate
Question:
When I run the pipeline which has this dataflow in it, I get duplicated rows for the existing rows in the sink parquet file.
Any suggestions?
Thank you