Forum Discussion
CDC when making a datamart
- 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
Hi jovianaditya can I ask what your "data mart" is? Is it a Fabric Lakehouse, Warehouse, etc?
- jovianaditya2 years agoFrequent Visitor
Sorry, let me clarify. What I mean "data mart" is a table that resides in lakehouse or warehouse. Can data factory in microsoft fabric use the CDC concept like in Azure Data Factory / Data flow in azure synapse?
- AndyDDC2 years ago
Most Valuable Professional
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