Forum Discussion
Azure SQL Mirror - Recommendation?
- 1 year ago
acenter41, Thanks for reaching Fabric community support.
-
For straightforward transformations, Dataflows Gen2 offers a user-friendly interface with scheduling capabilities.
-
For efficient processing of large datasets with frequent changes, Incremental Data Loads with CDC is recommended.
-
For complex transformations requiring advanced scripting, Notebooks provides the necessary flexibility.
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
-
- 1 year ago
Since Data Pipelines/Dataflows don’t directly support Mirror as a source, use a Fabric Notebook to manually extract and load data.
Hello acenter41
go for hybrid
Create views in the mirrored SQL endpoint to handle lightweight transformations like filtering, basic calculations, or aggregations. This minimizes data movement and leverages the existing mirrored database.
For more complex transformations (e.g., combining datasets, advanced calculations), move data to a Lakehouse or Warehouse.
Connect Power BI directly to the Lakehouse/Warehouse for reports requiring extensive transformations
For simpler reports, connect Power BI directly to SQL views using DirectQuery mode.
Where you mention to move data to a Lakehouse or Warehouse for complex transformations, how would you move the data from the Mirror to the lh/wh? The mirror does not seem to appear as a source when trying to move data from it using a pipeline or dataflow.
- v-prasare1 year agoCommunity Support
Since Data Pipelines/Dataflows don’t directly support Mirror as a source, use a Fabric Notebook to manually extract and load data.
- DataBard1 year agoMost Valuable Professional
Agreed with v-prasare, Notebooks would be a viable option for moving data (and performing complex transformation, depending on what you're looking to do).
Should you decide to go with notebooks, be sure to get familiar with the NotebookUtils library, which may help with accessing your lakehouses: https://learn.microsoft.com/en-us/fabric/data-engineering/notebook-utilities