Forum Discussion
arkiboys2
1 year agoHelper IV
microsoft fabric dataflow - delta
Hello, in the current ADF dataflow, I use a delta sink with alter row to upsert if or delete if or insert if is there a similar functionality in fabric dataflow? thank you
- 1 year ago
Hi, currently there is no such functionality in DataFlow Gen2. You could use an append to write data incrementally to the destination and write your own Python or SQL-script to handle changes in the data.
FabianSchut
1 year agoSolution Sage
Hi, currently there is no such functionality in DataFlow Gen2. You could use an append to write data incrementally to the destination and write your own Python or SQL-script to handle changes in the data.