Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have lakehouse1 in workspace1 and lakehouse2 in workspace2. I want to read data from lakehouse1, do some transformations in a python notebook, and write the modified data to lakehouse2. Is this possible? If yes, please give an example of how to achieve this. If No, is there a workaround, or widely used method to avoid this problem?
Thanks!
Solved! Go to Solution.
HI @srblodhi,
You can create a data pipeline with 'copy activity' to copy data from the 'workspace 1' - 'lakehouse 1' to the 'workspace2' - 'lakehouse 2'.(Config: Source, workspace1 -> SynapseTest -> Orders; Destination, workspace2 -> LakehouseTest25 -> Orders)
Regards,
Xiaoxin Sheng
You can reference the lakehouse delta tables in workspaces by using the abfss path visible in each tables properties. You can then read and write using this path
User | Count |
---|---|
4 | |
4 | |
2 | |
2 | |
2 |
User | Count |
---|---|
10 | |
8 | |
7 | |
6 | |
6 |