Forum Discussion

arkiboys2's avatar
arkiboys2
Helper IV
1 year ago
Solved

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
  • FabianSchut's avatar
    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.