Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I encountered the error [REQUIRES_SINGLE_PART_NAMESPACE] while trying to perform cross-workspace Spark SQL queries in Microsoft Fabric. The error states that 'spark_catalog requires a single-part namespace,' but I received 'Workspace.Lakehouse.dbo.' Do you have any solutions?
Solved! Go to Solution.
this issue is solved by adding lakehouse in notebook, if you didn't add lakehouse you can query lakehouse data.
Hi @kurnivannoery,
Did you enable schemas in both lakehouses? This is necessary to achieve this result: "Make sure you join tables only from lakehouses that have schemas enabled. Joining tables from lakehouses that don’t have schemas enabled won’t work.".
What is the complete query you are using?
this issue is solved by adding lakehouse in notebook, if you didn't add lakehouse you can query lakehouse data.
Glad that you have solved it! Do you mean choosing a default Lakehouse for your notebook? Can you share the final query statement that works? This would help people who may encounter similar errors.
Update:
I made a test. When selecting the lakehouse as the default lakehouse of the notebook, the query works without error.
Best Regards,
Jing
Community Support Team