Forum Discussion
Deployment Process for Warehouse Projects
- 1 year ago
Hi ObungiNiels , We understand the limitations of current deployment pipelines in handling tightly coupled schema changes and procedural logic. For long-term scalability, Microsoft Fabric's deployment tooling is expected to evolve, but for now, automation using DevOps or scripting offers more control
I’d encourage you to submit your detailed feedback and ideas via Microsoft's official feedback channels, such as the Microsoft Fabric Ideas. Feedback submitted here is often reviewed by the product teams and can lead to meaningful improvement.
Thanks,
Prashanth
MS Fabric community support
Hi Srisakthi and others,
Thanks for the link to DacFx info. I see this is a simple way to recreate the metadata in a new Warehouse. Any thoughts on taking it to the next step?
- Scripting the export and import, and especially:
- Getting the data from old to new Warehouse.
Thanks!
Jeff
Hi stuckerj ,
DacFx can be used only to deploy schemas. If we need to migrate data then we can do by the following way,
1. Data flow gen2
2. Data pipeline copy activity
3. Cross database queries
I have tried copying the parquet files from exisitng warehouse to new warehouse using one lake explorer but it is not working as expected.
Thanks,
Srisakthi
- stuckerj7 months agoHelper I
Thanks! This for simple backup and restore capabilities of the entire warehouse including multiple schemas--both for deployment pipeline and disaster recovery purposes.
I'm considering creating a Notebook with script to loop through the tables and copy the data.
Any other options you'd recommend to consider?