Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
does anyone have an idea how to get the data from warehouse from prod to test workspace? I need something like onprem "backup from prod database and restore on test server".
Transferring the metadata (objects...) works with Source control, but for testing purposes in need the table data also.
Solved! Go to Solution.
I would use a lookup/script activity to get the list of table I need to copy and then in a foreach loop pass the name of the table ad "dynamic content" to copy activity source table nome property and table name destination.
HI @cw88,
You can create different Lakehouse/data warehouses in different workspaces, then you can use data pipeline/data flow simply copy and move data between these workspaces.
How to copy data using copy activity - Microsoft Fabric | Microsoft Learn
Regards,
Xiaoxin Sheng
thanks for your reply. Do i have to do this for each single table or is there a function for all tables?
Hi @cw88,
In fact, one data flow/data pipeline can handle copy/move data of multiple tables. You not need to do create different processes for each tables.
Regards,
Xiaoxin Sheng
I would use a lookup/script activity to get the list of table I need to copy and then in a foreach loop pass the name of the table ad "dynamic content" to copy activity source table nome property and table name destination.
User | Count |
---|---|
8 | |
2 | |
1 | |
1 | |
1 |