Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
srblodhi
Regular Visitor

Is it possible read data from lakehouse1 in workspace1 and write it to lakehouse2 in workspace2?

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!

1 ACCEPTED SOLUTION
frithjof_v
Super User
Super User
3 REPLIES 3
Anonymous
Not applicable

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)

1.png

Regards,

Xiaoxin Sheng

frithjof_v
Super User
Super User
AndyDDC
Super User
Super User

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

Helpful resources

Announcements
August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.