Forum Discussion
Deploying Lakehouse tables
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!
- Anonymous2 years ago
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 CommunityHope this helps. Please let me know if you have any further questions.
1 Reply
- AnonymousNot applicable
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 CommunityHope this helps. Please let me know if you have any further questions.