Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
I have two Fabric workspaces, dev and QA. They are linked to the same git repo but different branches (dev and QA, respectively). I can deploy a lakehouse from dev to QA using Azure DevOps pipeline but the tables in the dev lakehouse don't get copied over. I have read the following article: https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-git-deployment-pipelines though I still don't see anywhere in Fabric that I can change settings. Is there a way to copy the dev lakehouse tables over to QA and if so, how?
Thanks very much in advance!
Solved! Go to Solution.
Hi @ebjim
There are multiple ways to transfer data/files between 2 different lakehouses via :
1) Python code
2) You can use Azure data factory/Synapse pipelines
You can refer to this thread for more information:
Solved: How Copy files/tables from lakehouse to another la... - Microsoft Fabric Community
Hope this helps. Please let me know if you have any further questions.
Hi @ebjim
There are multiple ways to transfer data/files between 2 different lakehouses via :
1) Python code
2) You can use Azure data factory/Synapse pipelines
You can refer to this thread for more information:
Solved: How Copy files/tables from lakehouse to another la... - Microsoft Fabric Community
Hope this helps. Please let me know if you have any further questions.