Forum Discussion

jovianaditya's avatar
jovianaditya
Frequent Visitor
2 years ago
Solved

CDC when making a datamart

I have a data mart query that uses several source tables. My sources table is already in delta format. I want if my sources table have an insert/update my datamart will automatically get updated. Or ...
  • AndyDDC's avatar
    AndyDDC
    2 years ago

    At the moment no, there's no out of the box CDC functionality in fabric data factory/Dataflows. You'll need you're own solution using available change datetime from source data.

     

    alternativey there is Delta Change Data Feed available if you use notebooks. This works as a cdc mechanism too