Forum Discussion
KrishnaMoola
8 months agoRegular Visitor
Attach multiple lakehouse to a single notebook.
I have a notebook and have attached to a lakehouse. The default lakehouse is called metadata, where I keep details about the job runs. Now, I have created Silver lakehouse and within a notebook at ea...
- 7 months ago
Hi V-yubandi-msft , sorry for coming back late on this, I was on leave and not feeling well. The issue is resolved now. Was able to attach multiple lakehouses to the notebook which resolved the issue
Swetha_25
Advocate I
7 months agoBecause only the default attached Lakehouse is used automatically in a Fabric notebook, Spark can’t find the silver schema in the other Lakehouse , use fully qualified table name (LakehouseName.silver.table) or switch the catalog/schema explicitly.