Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowFabric Data Days Monthly is back. Join us on March 26th for two expert-led sessions on 1) Getting Started with Fabric IQ and 2) Mapping & Spacial Analytics in Fabric. Register now
I want to read data from two lakehouses and write it to another lakehouse but during notebook run i've to set one default lakehouse so is there any possible way to do this.
Hi @Anonymous ,
Thanks for using Fabric Community. Yes it is possible to read data from default and write data in another lakehouse.
Reading Data from Default Lakehouse -
df = spark.sql("SELECT * FROM gopi_lake_house.customer_table1 LIMIT 1000")
display(df)
Writing Data to different lakehoue -
df.write.format("delta").saveAsTable("gopi_test_lakehouse.sales_external")
Hope this is helpful. Please let me know incase of further queries.
i want to read data from two different lakehouses in single notebook and write to another
Hi @Anonymous ,
Please correct if my understanding is wrong.
As per my understanding, you can read tables from different lakehouse in single notebook and can save it as table in different lakehouse.
Note: Default Lakehouse is gopi_bronze here.
Hope this is helpful. Please let me know incase of further queries.
Hello @Anonymous ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .
Otherwise, will respond back with the more details and we will try to help .
Hi @Anonymous ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .
In case if you have any resolution please do share that same with the community as it can be helpful to others .
Otherwise, will respond back with the more details and we will try to help .
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Fabric update to learn about new features.
| User | Count |
|---|---|
| 17 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |