Forum Discussion
How migrating a SQL dwh into Fabric
- Anonymous1 year ago
Hi pmscorca
There are some functional differences between the data warehouse in Azure SQL and the data warehouse in Fabric. You'll need to assess whether all of the features you are currently using are available at Fabric before you migrate. There is currently no dedicated tool to migrate an overall data warehouse solution. You might need to break the migration into parts. Here are some suggestions:
- Tables: You can export the schema and data from your Azure SQL database and import them into Fabric. This process typically involves exporting data to a format like Parquet and then importing it into Fabric.
- ADF Pipelines: You might need to recreate your Azure Data Factory (ADF) pipelines in Fabric’s Data Factory. While there isn’t a direct migration tool for ADF pipelines, you can manually recreate them using the same logic and activities.
- Stored Procedures: Stored procedures can be migrated by exporting the T-SQL code and then recreating them in Fabric. Some adjustments might be necessary to ensure compatibility.
- Databricks Notebooks: Notebooks can be exported from Azure Databricks and imported into Fabric. You may need to adjust the code to align with Fabric’s environment and capabilities.
You might want to find more information from the following documentations:
Migrate to Data Factory - Microsoft Fabric | Microsoft Learn
Comparison between Fabric and Azure Synapse Spark. - Microsoft Fabric | Microsoft Learn
As of now, the migration might be time consuming and not so easy. You might need to recreate or develop some things to make it work well.
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
how is it possible to migrate a such entire dwh into Fabric?
Yes you can
Does it exist a dedicated tool?
At this moment there isn't any migration tool as such.
Does it occur to remake from scratch the tables, the ADF pipelines, the stored procedures, the Databrick notebooks?
Yes, with fabric you can build ADF pipekines, Stored procedures and notebooks.
Does it enough to export from Azure the objects to import them in Fabric?
It does not work in this way
Doet it exist a best practice about the dwh migration to Fabric?
Need a Power BI Consultation? Hire me on Upwork
Connect on LinkedIn
|