<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Fabric Default Schema Lakehouse in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4811584#M12041</link>
    <description>&lt;P&gt;So for a Notebook i use this to define the defaultLakehouse:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%%configure -f
{
    "defaultLakehouse": {
        "name": "test"
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp; Here "test" is a Lakehouse without activating Lakehouse-Schemas. If i run this&lt;/P&gt;&lt;LI-CODE lang="python"&gt;spark.sql("DESCRIBE TABLE publicholidays").show()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;It works without any issues, it takes the "test" Lakehouse from the current Workspace and shows me the result.&lt;/P&gt;&lt;P&gt;But now if "test" is a Lakehouse with activating Lakehouse-Schemas, when running the spark.sql i run into this error even tho i specify the schema like DESCRIBE TABLE dbo.publicholidays:&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;An error occurred while calling o348.sql. : com.microsoft.fabric.spark.catalog.metadata.DoesNotExistException: Artifact not found:&lt;/EM&gt; `&amp;lt;no-lakehouse-workspace-specified&amp;gt;`.`test`&lt;BR /&gt;&lt;FONT size="3"&gt;Why does this happen and is there any fix?&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Aug 2025 11:58:30 GMT</pubDate>
    <dc:creator>danitskofabric</dc:creator>
    <dc:date>2025-08-29T11:58:30Z</dc:date>
    <item>
      <title>Fabric Default Schema Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4811584#M12041</link>
      <description>&lt;P&gt;So for a Notebook i use this to define the defaultLakehouse:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%%configure -f
{
    "defaultLakehouse": {
        "name": "test"
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp; Here "test" is a Lakehouse without activating Lakehouse-Schemas. If i run this&lt;/P&gt;&lt;LI-CODE lang="python"&gt;spark.sql("DESCRIBE TABLE publicholidays").show()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;It works without any issues, it takes the "test" Lakehouse from the current Workspace and shows me the result.&lt;/P&gt;&lt;P&gt;But now if "test" is a Lakehouse with activating Lakehouse-Schemas, when running the spark.sql i run into this error even tho i specify the schema like DESCRIBE TABLE dbo.publicholidays:&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;An error occurred while calling o348.sql. : com.microsoft.fabric.spark.catalog.metadata.DoesNotExistException: Artifact not found:&lt;/EM&gt; `&amp;lt;no-lakehouse-workspace-specified&amp;gt;`.`test`&lt;BR /&gt;&lt;FONT size="3"&gt;Why does this happen and is there any fix?&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 11:58:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4811584#M12041</guid>
      <dc:creator>danitskofabric</dc:creator>
      <dc:date>2025-08-29T11:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Default Schema Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4812406#M12049</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1345866"&gt;@danitskofabric&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I performed two tests.&lt;BR /&gt;First, I created a table and then executed the scripts.&lt;BR /&gt;Both worked with a schema-enabled lakehouse.&lt;/P&gt;&lt;P&gt;Did you do the same thing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the Screenshots:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="spaceman127_0-1756619453279.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1294745iFCD1C35C63237D12/image-size/medium?v=v2&amp;amp;px=400" role="button" title="spaceman127_0-1756619453279.png" alt="spaceman127_0-1756619453279.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Aug 2025 05:53:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4812406#M12049</guid>
      <dc:creator>spaceman127</dc:creator>
      <dc:date>2025-08-31T05:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Default Schema Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4813089#M12060</link>
      <description>&lt;P&gt;When Lakehouse-Schemas are off, %%configure defaultLakehouse auto-binds tables.&lt;BR /&gt;When on, Fabric needs the full 3-part name → lakehouse.schema.table.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Fix:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Use DESCRIBE TABLE test.dbo.publicholidays (not just dbo.publicholidays), or&lt;/P&gt;&lt;P&gt;Run spark.sql("USE test.dbo") before queries.&lt;/P&gt;&lt;P&gt;defaultLakehouse doesn’t handle schemas automatically.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 07:47:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4813089#M12060</guid>
      <dc:creator>Shahid12523</dc:creator>
      <dc:date>2025-09-01T07:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Default Schema Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4813544#M12084</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1345866"&gt;@danitskofabric&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/644531"&gt;@spaceman127&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1265350"&gt;@Shahid12523&lt;/a&gt;&amp;nbsp;for the prompt response.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to&amp;nbsp;check if the solution provided by the user's for the issue worked?&amp;nbsp;or let us know if you need any further assistance.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 12:47:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4813544#M12084</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-09-01T12:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Default Schema Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4814098#M12103</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1265350"&gt;@Shahid12523&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank You for your reply.&lt;/P&gt;&lt;P&gt;Unfortunately that makes me run into the same issue.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;spark.sql("DESCRIBE TABLE test.dbo.publicholidays").show()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Still getting the same error message.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 06:57:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4814098#M12103</guid>
      <dc:creator>danitskofabric</dc:creator>
      <dc:date>2025-09-02T06:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Default Schema Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4814103#M12104</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/644531"&gt;@spaceman127&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank You for your reply.&lt;/P&gt;&lt;P&gt;If I manually add the lakehouse it works without any problems, but im trying to bind it via %%configure.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 07:00:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4814103#M12104</guid>
      <dc:creator>danitskofabric</dc:creator>
      <dc:date>2025-09-02T07:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Default Schema Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4819918#M12188</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1345866"&gt;@danitskofabric&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When lakehouse schemas is enabled, %%configure with only name: test does not create the internal binding the spark session needs. We need to include the lakehouse id and workspace id in the default lakehouse block and run that %%configure as the very first cell. Please follow below steps:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Get the lakehouse id and workspace id&lt;/LI&gt;
&lt;LI&gt;Make sure the first cell of the notebook is the configure cell. If you already executed other spark work, restart the session and make the following the first cell. %%configure must run before spark is initialized.&lt;/LI&gt;
&lt;LI&gt;Put this as the very first cell and paste the lakehouse-Id and Workspace-Id you got:&lt;BR /&gt;%%configure -f&lt;BR /&gt;{&lt;BR /&gt;"defaultLakehouse": {&lt;BR /&gt;"name": "test",&lt;BR /&gt;"id": "lakehouse-Id",&lt;BR /&gt;"workspaceId": "Workspace-Id"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/LI&gt;
&lt;LI&gt;And then run this, it will work&lt;BR /&gt;spark.sql("DESCRIBE TABLE test.dbo.publicholidays").show()&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 10:42:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4819918#M12188</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-09-08T10:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Default Schema Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4819945#M12190</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/882907"&gt;@v-achippa&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your reply. Yes, I figured that out, but what I’m trying to achieve is that I don’t have to specify any IDs, so the same code works in different workspaces and automatically uses the lakehouse from the current workspace. Unfortunately, this seems only to work for lakehouses without schema enabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 11:10:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4819945#M12190</guid>
      <dc:creator>danitskofabric</dc:creator>
      <dc:date>2025-09-08T11:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Default Schema Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4824525#M12308</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1345866"&gt;@danitskofabric&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently %%configure with only the lakehouse name works only when schemas are disabled.&lt;BR /&gt;When schemas are enabled, fabric requires both the lakehouse Id and workspaceId for binding, so fully portable notebooks need to fetch these Id’s dynamically at runtime. As of now there is no way to avoid Id’s completely, it is a current limitation of schema enabled lakehouses.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;I recommend submitting your detailed feedback and ideas through Microsoft's official feedback channels. Feedback submitted through these channels is frequently reviewed by the product teams and can contribute to meaningful improvements.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/idb-p/fbc_ideas/ideas/search-ideas" target="_blank"&gt;Fabric Ideas - Microsoft Fabric Community&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 12:13:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Default-Schema-Lakehouse/m-p/4824525#M12308</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-09-12T12:13:15Z</dc:date>
    </item>
  </channel>
</rss>

