Microsoft Fabric: Data Flow Gen 2, Medal Loader Pattern.
Previously I identified the destination options for Dataflow as having only insert capability with either Append or Replace and no updates. As such, I started thinking about the nature of the ingestion and how it restricts data loading into more complex processes. However, could we use this limitation to our advantage and leverage it to process limited sets of data. In this blog we will explore a pattern of ingestion: Load Raw Data Capture the CDC of this Data Stream the CDC into a table Apply further transformations We will review the process to answer: How does CDC perform on tables where data is append? What happens to CDC when data is replaced? How can we stream the data into our transform stage? Approach First off let's look at enabling CDC on the tables. I did not set my Lake House to enable by default so needed to do this per table. I have previously posted on how this can be achieved . I set up a power query in Dataflow Gen 2 which will load data from [Ad...