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.
What are the various ways of creating of new schema in Lakehouse ? By default 'dbo' is available.
Solved! Go to Solution.
Hi @Dinesh09 currently schemas are not supported in the lakehouse, but they will be at some point according to the fabric roadmap.
However, you are able to create schemas using the lakehouse sql endpoint and have views/sps created in those schemas. Some people have had issues if they move a table created in the lakehouse to a different schema they created via sql endpoint though so be careful there
Here is a Fabric Espresso video on the topic as well:
Custom schema and multipart naming in Microsoft Fabric Lakehouse.
Hi @Dinesh09 currently schemas are not supported in the lakehouse, but they will be at some point according to the fabric roadmap.
However, you are able to create schemas using the lakehouse sql endpoint and have views/sps created in those schemas. Some people have had issues if they move a table created in the lakehouse to a different schema they created via sql endpoint though so be careful there
Thank you @AndyDDC for the advice. I have views and sps created in warehouse DB by having tables from lakehouse DB. Do you think there will be issues here also ? I have sps in warehouse to create tables in warehouse DB by considering tables in lakehouse DB.
There should be no issue using schemas in Warehouses, they are fully supported.