<?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 Snowflake iceberg table connection Issue in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Snowflake-iceberg-table-connection-Issue/m-p/4749638#M10539</link>
    <description>&lt;P&gt;Hi folks,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Currently I am trying to setup Snowflake iceberg table which can be read in onelake. But getting the following error while creating iceberg table in snowflake.&lt;BR /&gt;Table query :&amp;nbsp;&lt;/P&gt;&lt;P&gt;CREATE OR REPLACE ICEBERG TABLE snowflakeQS.ICEBERGTEST.dim_customer (&lt;BR /&gt;C_CUSTKEY STRING,&lt;BR /&gt;C_NAME STRING,&lt;BR /&gt;C_ADDRESS STRING,&lt;BR /&gt;C_NATIONKEY STRING,&lt;BR /&gt;C_PHONE STRING,&lt;BR /&gt;C_ACCTBAL STRING,&lt;BR /&gt;C_MKTSEGMENT STRING,&lt;BR /&gt;C_COMMENT STRING&lt;BR /&gt;)&lt;BR /&gt;EXTERNAL_VOLUME = '&lt;SPAN&gt;FabricVolEastUS2&lt;/SPAN&gt;'&lt;BR /&gt;CATALOG = snowflake&lt;BR /&gt;BASE_LOCATION = 'dim_customer';&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;error message : Fabric capacity region cannot be validated. Reason: 'Invalid access token. This may be due to authentication and scoping. Please verify delegated scopes.'.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;As part of setup ,&lt;BR /&gt;Fabric :-&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Fabric Capacity and snowflake are in same region &amp;nbsp;(East US2)&lt;/P&gt;&lt;P&gt;2. Newly created Service permission created while providing consent is given admin role in workspace.&lt;/P&gt;&lt;P&gt;3. Properties enabled from Fabric Admin level&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; a. Authenticate with OneLake user-delegated SAS tokens, enabled at Fabric Workspace and Fabric tenant level.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A title="https://learn.microsoft.com/en-us/fabric/onelake/security/fabric-onelake-security#allow-apps-running-outside-of-fabric-to-access-data-via-onelake" href="https://learn.microsoft.com/en-us/fabric/onelake/security/fabric-onelake-security#allow-apps-running-outside-of-fabric-to-access-data-via-onelake" target="_blank" rel="noreferrer noopener"&gt;&amp;nbsp; &amp;nbsp;b. Users can access data stored in OneLake with apps external to Fabric&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;A title="https://learn.microsoft.com/en-us/fabric/onelake/onelake-shared-access-signature-overview" href="https://learn.microsoft.com/en-us/fabric/onelake/onelake-shared-access-signature-overview" target="_blank" rel="noreferrer noopener"&gt;&amp;nbsp; &amp;nbsp;c. Use short-lived user-delegated SAS tokens (preview)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;d.&lt;A title="https://learn.microsoft.com/en-us/fabric/onelake/onelake-file-explorer" href="https://learn.microsoft.com/en-us/fabric/onelake/onelake-file-explorer" target="_blank" rel="noreferrer noopener"&gt;Users can sync data in OneLake with the OneLake File Explorer app&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;From snowflake side,&amp;nbsp;&lt;BR /&gt;Code to create volume ,&amp;nbsp;&lt;BR /&gt;CREATE OR REPLACE EXTERNAL VOLUME FabricVolEastUS2&lt;BR /&gt;STORAGE_LOCATIONS =&lt;BR /&gt;(&lt;BR /&gt;(&lt;BR /&gt;NAME = 'FabricVolEastUS2'&lt;BR /&gt;STORAGE_PROVIDER = 'AZURE'&lt;BR /&gt;STORAGE_BASE_URL = 'azure://eastus2-onelake.dfs.fabric.microsoft.com/iceberg_poc/iceberg.Lakehouse/Files/iceberg'&lt;BR /&gt;AZURE_TENANT_ID = &amp;lt;tenant-id&amp;gt;&lt;BR /&gt;)&lt;BR /&gt;);&lt;BR /&gt;I am following this article ,&amp;nbsp;&lt;BR /&gt;&lt;A href="https://quickstarts.snowflake.com/guide/getting_started_with_iceberg_in_oneLake/index.html#0" target="_blank" rel="noopener"&gt;https://quickstarts.snowflake.com/guide/getting_started_with_iceberg_in_oneLake/index.html#0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas , on why this its giving the error !!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jul 2025 10:57:10 GMT</pubDate>
    <dc:creator>chetanhiwale</dc:creator>
    <dc:date>2025-07-01T10:57:10Z</dc:date>
    <item>
      <title>Snowflake iceberg table connection Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Snowflake-iceberg-table-connection-Issue/m-p/4749638#M10539</link>
      <description>&lt;P&gt;Hi folks,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Currently I am trying to setup Snowflake iceberg table which can be read in onelake. But getting the following error while creating iceberg table in snowflake.&lt;BR /&gt;Table query :&amp;nbsp;&lt;/P&gt;&lt;P&gt;CREATE OR REPLACE ICEBERG TABLE snowflakeQS.ICEBERGTEST.dim_customer (&lt;BR /&gt;C_CUSTKEY STRING,&lt;BR /&gt;C_NAME STRING,&lt;BR /&gt;C_ADDRESS STRING,&lt;BR /&gt;C_NATIONKEY STRING,&lt;BR /&gt;C_PHONE STRING,&lt;BR /&gt;C_ACCTBAL STRING,&lt;BR /&gt;C_MKTSEGMENT STRING,&lt;BR /&gt;C_COMMENT STRING&lt;BR /&gt;)&lt;BR /&gt;EXTERNAL_VOLUME = '&lt;SPAN&gt;FabricVolEastUS2&lt;/SPAN&gt;'&lt;BR /&gt;CATALOG = snowflake&lt;BR /&gt;BASE_LOCATION = 'dim_customer';&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;error message : Fabric capacity region cannot be validated. Reason: 'Invalid access token. This may be due to authentication and scoping. Please verify delegated scopes.'.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;As part of setup ,&lt;BR /&gt;Fabric :-&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Fabric Capacity and snowflake are in same region &amp;nbsp;(East US2)&lt;/P&gt;&lt;P&gt;2. Newly created Service permission created while providing consent is given admin role in workspace.&lt;/P&gt;&lt;P&gt;3. Properties enabled from Fabric Admin level&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; a. Authenticate with OneLake user-delegated SAS tokens, enabled at Fabric Workspace and Fabric tenant level.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A title="https://learn.microsoft.com/en-us/fabric/onelake/security/fabric-onelake-security#allow-apps-running-outside-of-fabric-to-access-data-via-onelake" href="https://learn.microsoft.com/en-us/fabric/onelake/security/fabric-onelake-security#allow-apps-running-outside-of-fabric-to-access-data-via-onelake" target="_blank" rel="noreferrer noopener"&gt;&amp;nbsp; &amp;nbsp;b. Users can access data stored in OneLake with apps external to Fabric&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;A title="https://learn.microsoft.com/en-us/fabric/onelake/onelake-shared-access-signature-overview" href="https://learn.microsoft.com/en-us/fabric/onelake/onelake-shared-access-signature-overview" target="_blank" rel="noreferrer noopener"&gt;&amp;nbsp; &amp;nbsp;c. Use short-lived user-delegated SAS tokens (preview)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;d.&lt;A title="https://learn.microsoft.com/en-us/fabric/onelake/onelake-file-explorer" href="https://learn.microsoft.com/en-us/fabric/onelake/onelake-file-explorer" target="_blank" rel="noreferrer noopener"&gt;Users can sync data in OneLake with the OneLake File Explorer app&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;From snowflake side,&amp;nbsp;&lt;BR /&gt;Code to create volume ,&amp;nbsp;&lt;BR /&gt;CREATE OR REPLACE EXTERNAL VOLUME FabricVolEastUS2&lt;BR /&gt;STORAGE_LOCATIONS =&lt;BR /&gt;(&lt;BR /&gt;(&lt;BR /&gt;NAME = 'FabricVolEastUS2'&lt;BR /&gt;STORAGE_PROVIDER = 'AZURE'&lt;BR /&gt;STORAGE_BASE_URL = 'azure://eastus2-onelake.dfs.fabric.microsoft.com/iceberg_poc/iceberg.Lakehouse/Files/iceberg'&lt;BR /&gt;AZURE_TENANT_ID = &amp;lt;tenant-id&amp;gt;&lt;BR /&gt;)&lt;BR /&gt;);&lt;BR /&gt;I am following this article ,&amp;nbsp;&lt;BR /&gt;&lt;A href="https://quickstarts.snowflake.com/guide/getting_started_with_iceberg_in_oneLake/index.html#0" target="_blank" rel="noopener"&gt;https://quickstarts.snowflake.com/guide/getting_started_with_iceberg_in_oneLake/index.html#0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas , on why this its giving the error !!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 10:57:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Snowflake-iceberg-table-connection-Issue/m-p/4749638#M10539</guid>
      <dc:creator>chetanhiwale</dc:creator>
      <dc:date>2025-07-01T10:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Snowflake iceberg table connection Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Snowflake-iceberg-table-connection-Issue/m-p/4750596#M10559</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/803370"&gt;@chetanhiwale&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Fabric Forum Community.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;We have an official document on this topic. Please review the document below, as it may be helpful to you.&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/onelake/onelake-iceberg-tables" target="_blank"&gt;Use Iceberg tables with OneLake - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 07:20:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Snowflake-iceberg-table-connection-Issue/m-p/4750596#M10559</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-07-02T07:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Snowflake iceberg table connection Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Snowflake-iceberg-table-connection-Issue/m-p/4750622#M10560</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/838399"&gt;@v-priyankata&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I have already referenced this document, still I am getting the error. I have noticed, documentation provides a solution for my error, but it doesnt worked in my case. Please share if there are any updates or documentation available.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks , looking forward for your response.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 07:29:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Snowflake-iceberg-table-connection-Issue/m-p/4750622#M10560</guid>
      <dc:creator>chetanhiwale</dc:creator>
      <dc:date>2025-07-02T07:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Snowflake iceberg table connection Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Snowflake-iceberg-table-connection-Issue/m-p/4752080#M10597</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/803370"&gt;@chetanhiwale&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We regret the inconvenience caused,&amp;nbsp;If the document contains a solution but it still isn't working for you, Please consider raising a Microsoft support ticket for further investigation. You can explain all the troubleshooting steps you have taken to help them better understand the issue.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;You can create a Microsoft support ticket with the help of the link below:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket" target="_blank" rel="nofollow noopener noreferrer"&gt;How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 10:37:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Snowflake-iceberg-table-connection-Issue/m-p/4752080#M10597</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-07-03T10:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Snowflake iceberg table connection Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Snowflake-iceberg-table-connection-Issue/m-p/4755360#M10690</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/803370"&gt;@chetanhiwale&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Hope you have raised the support ticket &amp;amp; solution has been found, it would be greatly appreciated if you could share your insights with the community. This would be helpful for other members who may encounter similar issues.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your understanding and assistance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 12:46:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Snowflake-iceberg-table-connection-Issue/m-p/4755360#M10690</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-07-07T12:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Snowflake iceberg table connection Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Snowflake-iceberg-table-connection-Issue/m-p/4756264#M10732</link>
      <description>&lt;P&gt;For that, You should always use Lakehouse and then&amp;nbsp; Azure Data Lake Storage Gen II ( Storage only )&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, use shortcut.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't currently have permission rights to login into Azure Data Lake Storage Gen 2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;( always use dfs&amp;nbsp; and not wasb in ADLS Gen 2 )&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BhaveshPatel_1-1751966234701.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1281611i29ECDD337E34508C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BhaveshPatel_1-1751966234701.png" alt="BhaveshPatel_1-1751966234701.png" /&gt;&lt;/span&gt;&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="BhaveshPatel_0-1751966200839.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1281609i753D2A6FD1F4F7E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BhaveshPatel_0-1751966200839.png" alt="BhaveshPatel_0-1751966200839.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 09:22:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Snowflake-iceberg-table-connection-Issue/m-p/4756264#M10732</guid>
      <dc:creator>BhaveshPatel</dc:creator>
      <dc:date>2025-07-08T09:22:58Z</dc:date>
    </item>
  </channel>
</rss>

