Forum Discussion
arkiboys2
Helper IV
1 year agomicrosoft 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
Solution Sage
1 year agoHi, 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.