<?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 Re: Fabric Notebook: IntelliSense Fails for Tables in Schema-Enabled Lakehouse in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Fabric-Notebook-IntelliSense-Fails-for-Tables-in-Schema-Enabled/m-p/4644419#M60286</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/359999"&gt;@vapid128&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-start="59" data-end="304"&gt;Thank you for sharing your insights on the IntelliSense issue in Lakehouse. I completely agree when working outside the schema context, tables need to be manually referenced using the full path lke&amp;nbsp; Workspace.Lakehouse.Database.Schema.TableName.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I’d also recommend submitting your detailed feedback and suggestions through Microsoft’s official channels, such as the&amp;nbsp;&lt;A href="https://ideas.fabric.microsoft.com/ideas/search-ideas/" target="_blank"&gt;&lt;SPAN&gt;Microsoft Fabric Ideas&lt;/SPAN&gt;&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;to help bring attention to this limitation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;helps, then please consider&amp;nbsp;&lt;SPAN&gt;Accepting as solution&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly,&amp;nbsp;don't forget to give a&amp;nbsp;&lt;SPAN&gt;"Kudos"&lt;/SPAN&gt;&amp;nbsp;– I’d truly appreciate it!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Apr 2025 07:05:05 GMT</pubDate>
    <dc:creator>v-sathmakuri</dc:creator>
    <dc:date>2025-04-09T07:05:05Z</dc:date>
    <item>
      <title>Fabric Notebook: IntelliSense Fails for Tables in Schema-Enabled Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Fabric-Notebook-IntelliSense-Fails-for-Tables-in-Schema-Enabled/m-p/4643947#M60280</link>
      <description>&lt;P&gt;Hello Fabric Community,&lt;/P&gt;&lt;P&gt;I'm experiencing an issue with IntelliSense (table name completion) in a Fabric Notebook using Spark SQL (%%sql).&lt;/P&gt;&lt;P&gt;My setup involves connecting to what the documentation refers to as a &lt;STRONG&gt;"schema-enabled lakehouse"&lt;/STRONG&gt;. This means tables are organized under specific user-defined schemas (like dbo, upload etc.) within the Lakehouse's database structure, accessed via a 4-part path like WorkspaceName.LakehouseName.DatabaseName.SchemaName.TableName.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What works:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Queries using the full 4-part path execute correctly.&lt;/LI&gt;&lt;LI&gt;The USE WorkspaceName.LakehouseName.DatabaseName.SchemaName; command succeeds.&lt;/LI&gt;&lt;LI&gt;After USE, queries using unqualified table names (e.g., SELECT * FROM MyTableName) work correctly within that schema.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt; IntelliSense does &lt;STRONG&gt;not&lt;/STRONG&gt; provide suggestions for table names (e.g., after typing FROM or SchemaName.). Basic IntelliSense for SQL keywords works fine.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Diagnostics:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SHOW CATALOGS; only lists spark_catalog. The Lakehouse itself isn't listed as a catalog.&lt;/LI&gt;&lt;LI&gt;SELECT current_schema(); returns an internal identifier string, not the logical schema name used in the USE command.&lt;/LI&gt;&lt;LI&gt;Restarting the kernel doesn't resolve the issue.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This seems specific to this &lt;STRONG&gt;schema-enabled Lakehouse structure&lt;/STRONG&gt;. Has anyone else encountered this IntelliSense failure specifically with &lt;STRONG&gt;schemas inside Lakehouses&lt;/STRONG&gt; that aren't registered in SHOW CATALOGS? Is there a known limitation or workaround besides manually typing names?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 22:20:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Fabric-Notebook-IntelliSense-Fails-for-Tables-in-Schema-Enabled/m-p/4643947#M60280</guid>
      <dc:creator>vapid128</dc:creator>
      <dc:date>2025-04-08T22:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook: IntelliSense Fails for Tables in Schema-Enabled Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Fabric-Notebook-IntelliSense-Fails-for-Tables-in-Schema-Enabled/m-p/4644419#M60286</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/359999"&gt;@vapid128&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-start="59" data-end="304"&gt;Thank you for sharing your insights on the IntelliSense issue in Lakehouse. I completely agree when working outside the schema context, tables need to be manually referenced using the full path lke&amp;nbsp; Workspace.Lakehouse.Database.Schema.TableName.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I’d also recommend submitting your detailed feedback and suggestions through Microsoft’s official channels, such as the&amp;nbsp;&lt;A href="https://ideas.fabric.microsoft.com/ideas/search-ideas/" target="_blank"&gt;&lt;SPAN&gt;Microsoft Fabric Ideas&lt;/SPAN&gt;&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;to help bring attention to this limitation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;helps, then please consider&amp;nbsp;&lt;SPAN&gt;Accepting as solution&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly,&amp;nbsp;don't forget to give a&amp;nbsp;&lt;SPAN&gt;"Kudos"&lt;/SPAN&gt;&amp;nbsp;– I’d truly appreciate it!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 07:05:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Fabric-Notebook-IntelliSense-Fails-for-Tables-in-Schema-Enabled/m-p/4644419#M60286</guid>
      <dc:creator>v-sathmakuri</dc:creator>
      <dc:date>2025-04-09T07:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook: IntelliSense Fails for Tables in Schema-Enabled Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Fabric-Notebook-IntelliSense-Fails-for-Tables-in-Schema-Enabled/m-p/4671613#M60860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/359999"&gt;@vapid128&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 17:08:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Fabric-Notebook-IntelliSense-Fails-for-Tables-in-Schema-Enabled/m-p/4671613#M60860</guid>
      <dc:creator>v-sathmakuri</dc:creator>
      <dc:date>2025-04-28T17:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook: IntelliSense Fails for Tables in Schema-Enabled Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Fabric-Notebook-IntelliSense-Fails-for-Tables-in-Schema-Enabled/m-p/4680801#M61009</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/359999"&gt;@vapid128&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If the responses has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 17:23:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Fabric-Notebook-IntelliSense-Fails-for-Tables-in-Schema-Enabled/m-p/4680801#M61009</guid>
      <dc:creator>v-sathmakuri</dc:creator>
      <dc:date>2025-05-05T17:23:32Z</dc:date>
    </item>
  </channel>
</rss>

