<?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: Trouble querying data in ADLS Gen2 from Fabric using a shortcut in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4390934#M6800</link>
    <description>&lt;P&gt;Furthermore, do you know how the Shortcut&amp;nbsp;Authorization is set up? Did you create the shortcut to ADLS Gen2 yourself, or did you use an existing shortcut? The shortcut is probably set up with a SAS-token, given the error message. Make sure that the SAS-token has sufficient permissions or set up a new shortcut with your user account as authorization and try again.&lt;/P&gt;</description>
    <pubDate>Sat, 01 Feb 2025 14:25:31 GMT</pubDate>
    <dc:creator>FabianSchut</dc:creator>
    <dc:date>2025-02-01T14:25:31Z</dc:date>
    <item>
      <title>Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4390250#M6773</link>
      <description>&lt;P&gt;Hi.&amp;nbsp; Hoping someone knows how to tackle this one - stuck on it for a couple of days now &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When I run the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;df = spark.read.format("parquet").load("Files/landing-zone/yellow_tripdata_2024-01.parquet")&lt;BR /&gt;display(df)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I run the following code:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;df = spark.read.format("parquet").load("Files/landing-zone/*")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I receive the following error:&lt;/P&gt;&lt;P&gt;Spark_System_ABFS_OperationFailed - An operation with ADLS Gen2 has failed, which is typically due to a permissions issue.&lt;BR /&gt;Ensure that the user running the Spark job has the Storage Blob Data Contributor role assigned to all referenced ADLS Gen2 resources.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Check the Spark logs for the storage account name experiencing the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’ve confirmed that the Storage Blob Data Contributor role has been granted, but the logs indicate a SAS-related issue, which I find puzzling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not a Firewall issue.&amp;nbsp; Went to the extent of simply creating a new Storage Account - just in case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hoping that someone has encountered this before - if you have any insights into what might be going on?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 16:10:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4390250#M6773</guid>
      <dc:creator>SukiB</dc:creator>
      <dc:date>2025-01-31T16:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4390266#M6775</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/922615"&gt;@SukiB&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Give this a try&amp;nbsp;&lt;BR /&gt;df = spark.read.parquet("Files/landing-zone/*.parquet")&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;df = spark.read.parquet("mylakehouse/Files/landing-zone/*.parquet")&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 16:21:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4390266#M6775</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-01-31T16:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4390512#M6782</link>
      <description>&lt;P&gt;Thanks Nilendra.&amp;nbsp; Still no luck...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Spark_System_ABFS_OperationFailed&lt;BR /&gt;An operation with ADLS Gen2 has failed. This is typically due to a permissions issue. 1. Please ensure that for all ADLS Gen2 resources referenced in the Spark job, that the user running the code has RBAC roles "Storage Blob Data Contributor" on storage accounts the job is expected to read and write from. 2. Check the logs for this Spark application. Inspect the logs for the ADLS Gen2 storage account name that is experiencing this issue.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 20:52:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4390512#M6782</guid>
      <dc:creator>SukiB</dc:creator>
      <dc:date>2025-01-31T20:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4390587#M6783</link>
      <description>&lt;P&gt;I found a similar post here with some errors while reading multiple CSV files:&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Fabric-platform/Read-multiple-files-in-Fabric-Notebook/td-p/3744395" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Fabric-platform/Read-multiple-files-in-Fabric-Notebook/td-p/3744395&lt;/A&gt;. Can you try to only include the folder which contains the files, like this:&lt;/P&gt;
&lt;P&gt;df = spark.read.format("parquet").load("Files/landing-zone")&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 22:52:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4390587#M6783</guid>
      <dc:creator>FabianSchut</dc:creator>
      <dc:date>2025-01-31T22:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4390934#M6800</link>
      <description>&lt;P&gt;Furthermore, do you know how the Shortcut&amp;nbsp;Authorization is set up? Did you create the shortcut to ADLS Gen2 yourself, or did you use an existing shortcut? The shortcut is probably set up with a SAS-token, given the error message. Make sure that the SAS-token has sufficient permissions or set up a new shortcut with your user account as authorization and try again.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Feb 2025 14:25:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4390934#M6800</guid>
      <dc:creator>FabianSchut</dc:creator>
      <dc:date>2025-02-01T14:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4391201#M6813</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/922615"&gt;@SukiB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have you checked ACL for the respective folder?&lt;BR /&gt;I have just tested what you have configured and it works perfectly.&lt;/P&gt;&lt;P&gt;In my example, I created folders manually and uploaded Parquet files to each folder. Then I tested it and it works.&lt;/P&gt;&lt;P&gt;How did you load the data? There may be a problem with loading the data and the subsequent authorizations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Greetings&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2025 09:47:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4391201#M6813</guid>
      <dc:creator>spaceman127</dc:creator>
      <dc:date>2025-02-02T09:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4391285#M6816</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;P&gt;Thanks FabianSchut.&lt;/P&gt;&lt;P&gt;Tried both the following...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;df = spark.read.format("parquet").load("Files/landing-zone")&lt;BR /&gt;as well as&lt;BR /&gt;df = spark.read.format("parquet").option("header","true").load("Files/landing-zone")&lt;BR /&gt;again - same error...&lt;/P&gt;&lt;P&gt;Spark_System_ABFS_OperationFailed&lt;BR /&gt;An operation with ADLS Gen2 has failed. This is typically due to a permissions issue. 1. Please ensure that for all ADLS Gen2 resources referenced in the Spark job, that the user running the code has RBAC roles "Storage Blob Data Contributor" on storage accounts the job is expected to read and write from. 2. Check the logs for this Spark application. Inspect the logs for the ADLS Gen2 storage account name that is experiencing this issue.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 02 Feb 2025 14:36:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4391285#M6816</guid>
      <dc:creator>SukiB</dc:creator>
      <dc:date>2025-02-02T14:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4391298#M6817</link>
      <description>&lt;P&gt;Thanks spaceman127.&amp;nbsp; I've created a brand new storage from sratch, and given permission to the user via IAM.&amp;nbsp; My Fabric username is part of the following: -&lt;BR /&gt;&lt;BR /&gt;Owner, Contributor, Storage Blob Data Contributor and Storage Blob Data Reader.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ref. the ACL - I've set the Security Principal as follows...&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Owner: $superuser - Read, Write, Execute&lt;BR /&gt;Owning group: $superuser - Read, Write, Execute&lt;BR /&gt;Other - Read, Write, Execute&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Still get the same error.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2025 14:49:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4391298#M6817</guid>
      <dc:creator>SukiB</dc:creator>
      <dc:date>2025-02-02T14:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4391309#M6818</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/922615"&gt;@SukiB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Did you&amp;nbsp;Enable hierarchical namespace?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Verify execute permissions on parent folders and read permissions on files in ADLS Gen2’s hierarchical namespace&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Fabric-platform/Not-able-to-connect-to-ADLS-with-shortcut-in-Lakehouse-One-Lake/m-p/3822313" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Fabric-platform/Not-able-to-connect-to-ADLS-with-shortcut-in-Lakehouse-One-Lake/m-p/3822313&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2025 14:57:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4391309#M6818</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-02-02T14:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4391311#M6819</link>
      <description>&lt;DIV class=""&gt;&lt;DIV&gt;&lt;SPAN&gt;Created the Shortcut myself, to&amp;nbsp;Azure Data Lake Storage Gen2 and using Account Key for authorisation.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;What's weird is that whether I use Account Key or SAS Authorisation - it gives me the same error...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Spark_System_ABFS_OperationFailed&lt;BR /&gt;An operation with ADLS Gen2 has failed. This is typically due to a permissions issue. 1. Please ensure that for all ADLS Gen2 resources referenced in the Spark job, that the user running the code has RBAC roles "Storage Blob Data Contributor" on storage accounts the job is expected to read and write from. 2. Check the logs for this Spark application. Inspect the logs for the ADLS Gen2 storage account name that is experiencing this issue.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But, loading from OneDrive in Fabric works - so I know the code is good.&amp;nbsp; In summary...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;df = spark.read.parquet("Files/landing-zone-sas/*") --doesn't work&lt;BR /&gt;df = spark.read.parquet("Files/landing-zone-accountkey/*") --doesn't work&lt;BR /&gt;df = spark.read.parquet("Files/landing-zone-onedrive/*") --works - this is the files being uploaded into onedrive&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Any further thoughts - much appreciated.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2025 14:58:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4391311#M6819</guid>
      <dc:creator>SukiB</dc:creator>
      <dc:date>2025-02-02T14:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4391317#M6820</link>
      <description>&lt;P&gt;Thanks Nilendra.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hierarchical Namespace is enabled.&amp;nbsp; For manage ACL, I've provision everything to Read, Write and Execute - just in case.&amp;nbsp; Still no luch I'm afraid.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2025 15:07:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4391317#M6820</guid>
      <dc:creator>SukiB</dc:creator>
      <dc:date>2025-02-02T15:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4391330#M6821</link>
      <description>&lt;P&gt;Just trying to narrow this issue down - surprisingly this works...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;df&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;spark&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;read&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;parquet&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"abfss://container@storage_account.dfs.core.windows.net/*"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;display&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;df&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;So - the issue is something to do - I guess - with how my Shortcuts in Fabric are connecting to the underlying storage account.&amp;nbsp; Is there a config in Fabric that I haven't factored in - by chance?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 02 Feb 2025 15:39:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4391330#M6821</guid>
      <dc:creator>SukiB</dc:creator>
      <dc:date>2025-02-02T15:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4391335#M6822</link>
      <description>&lt;P&gt;Not sure. If we have to do something special while creating shortcuts. Its a straightforward process in UI.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;anyways you can mark your last message as solution, as it might help someone struggling with this kind of issue&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2025 15:51:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4391335#M6822</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-02-02T15:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4393419#M6894</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/922615"&gt;@SukiB&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Forum Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&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 my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 04:25:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4393419#M6894</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2025-02-04T04:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4396686#M6961</link>
      <description>&lt;P&gt;Thanks for following up. Unfortunately, the issue remains unresolved. I have raised a support ticket with Microsoft's Fabric Support Team, and they are currently investigating further. It doesn’t appear to be a straightforward issue to resolve, but as soon as I have a definitive solution, I’ll get back to you and share how we resolved it.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 15:40:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4396686#M6961</guid>
      <dc:creator>SukiB</dc:creator>
      <dc:date>2025-02-05T15:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4396746#M6962</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/922615"&gt;@SukiB&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for your valuable feedback.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 16:11:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4396746#M6962</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2025-02-05T16:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4399977#M7040</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Quick update on this: -&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I raised a support ticket with Microsoft Fabric Support, and they’ve conducted an in-depth investigation. They were able to replicate the issue when uploading a single Parquet file via the shortcut method above. For this test, I used NYC data from yellow_tripdata_2024-01.parquet.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Interestingly, the issue disappears when multiple files are present in storage or when using other file formats. This confirms that the problem is specific to single Parquet files accessed via shortcuts.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I've now shared this blog with the team, and they have escalated it as a potential bug. Once a solution is found, they will provide an update here.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In the meantime, as a workaround for Parquet files, I'm using: -&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;df = spark.read.parquet("abfss://container@storage_account.dfs.core.windows.net/*")&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;display(df)&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps anyone facing a similar issue!&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;SukiB&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 11:37:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4399977#M7040</guid>
      <dc:creator>SukiB</dc:creator>
      <dc:date>2025-02-07T11:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble querying data in ADLS Gen2 from Fabric using a shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4598360#M7743</link>
      <description>&lt;P&gt;Hi Sukhminder,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here’s a workaround that we can offer for this issue as this is a known bug.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case, &lt;STRONG&gt;we are placing the file at the container level&lt;/STRONG&gt;, which makes it inaccessible due to a known bug in the fabric product. Below is the link to the Bug Item and a supporting document to mention it as a known issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="https://microsoft.sharepoint.com/teams/known_issues/lists/known%20issues%20tracker/dispform.aspx?id=983&amp;amp;ct=1741254347573&amp;amp;or=teams-hl&amp;amp;lof=1&amp;amp;xsdata=mdv8mdj8fgqzmwvlngu0mmu5ndq4nwjjmtyzmdhkzdvjotnjnzkzfdcyzjk4ogjmodzmmtqxywy5mwfimmq3y2qwmtfkyjq3fdb8mhw2mzg3njg1mte5mzq3nzu2ntf8vw5rbm93bnxwr1zoylhovfpxtjfjbwwwzvzobgnuwnbzmly4zxlkv0lqb2lnqzr3tgpbd01eqwlmq0prswpvavyybhvneklptenkqlrpstzjazkwyudweulpd2lwmvfpt2pfegzrpt18mxxmmk5vwvhsekx6rtvpamsztkrsak1tutbmvgd5t0dfde5evxhnata1t0dfmkxuzzvomlzotnpjmflqrtrnbdlot0rka01evxloqzayt0rwbuxuuxlzemt0t1rsae15mhppvfkxturvm01evxpzmkzbzfc1eextzgliqzv6y0dgalpytxziv1z6yzjgblpytxznvgmwtvrjmu5ettvnamn5tue9pxwwmjkzzwjjy2uyy2e0owvhyze2mza4zgq1yzkzyzc5m3w1ywmzy2e3otdlyme0nwe2ywe4ndywmddlmmexnzuymw%3d%3d&amp;amp;sdata=rnbmmljsvurqnznlawnvquxatfnyshrwewhhl3azvxlrs1ruodjjnkjwwt0%3d&amp;amp;ovuser=72f988bf-86f1-41af-91ab-2d7cd011db47%2cv-skallam%40microsoft.com" href="https://microsoft.sharepoint.com/teams/Known_Issues/Lists/Known%20Issues%20Tracker/DispForm.aspx?ID=983&amp;amp;ct=1741254347573&amp;amp;or=Teams-HL&amp;amp;LOF=1&amp;amp;xsdata=MDV8MDJ8fGQzMWVlNGU0MmU5NDQ4NWJjMTYzMDhkZDVjOTNjNzkzfDcyZjk4OGJmODZmMTQxYWY5MWFiMmQ3Y2QwMTFkYjQ3fDB8MHw2Mzg3Njg1MTE5MzQ3NzU2NTF8VW5rbm93bnxWR1ZoYlhOVFpXTjFjbWwwZVZObGNuWnBZMlY4ZXlKV0lqb2lNQzR3TGpBd01EQWlMQ0pRSWpvaVYybHVNeklpTENKQlRpSTZJazkwYUdWeUlpd2lWMVFpT2pFeGZRPT18MXxMMk5vWVhSekx6RTVPamszTkRSak1tUTBMVGd5T0dFdE5EVXhNaTA1T0dFMkxUZzVOMlZoTnpJMFlqRTRNbDloT0Rka01EVXlOQzAyT0RWbUxUUXlZemt0T1RSaE15MHpPVFkxTURVM01EVXpZMkZBZFc1eExtZGliQzV6Y0dGalpYTXZiV1Z6YzJGblpYTXZNVGMwTVRJMU5ETTVNamN5TUE9PXwwMjkzZWJjY2UyY2E0OWVhYzE2MzA4ZGQ1YzkzYzc5M3w1YWMzY2E3OTdlYmE0NWE2YWE4NDYwMDdlMmExNzUyMw%3D%3D&amp;amp;sdata=RnBmMlJsVURqNzNLaWNvQUxaTFNYSHRWeWhHL3AzVXlRS1RUODJJNkJWWT0%3D&amp;amp;ovuser=72f988bf-86f1-41af-91ab-2d7cd011db47%2Cv-skallam%40microsoft.com" target="_blank" rel="noreferrer noopener"&gt;Known Issues Tracker - [External ADLS] Shortcuts Load to Tables does not work&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bug Item created on this &lt;A title="https://powerbi.visualstudio.com/trident/_workitems/edit/1548911" href="https://powerbi.visualstudio.com/Trident/_workitems/edit/1548911" target="_blank" rel="noreferrer noopener"&gt;Bug 1548911 Head call to OneLake for External ADLS is failing at container level&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, to ease your productivity, we have prioritized this and identified workarounds for testing:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We need to &lt;STRONG&gt;place the files at the folder level&lt;/STRONG&gt; within the container and create a shortcut to that specific folder where our parquet files are located.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vskallam_0-1741258181856.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1247272iC8D3A77CA3E944BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vskallam_0-1741258181856.png" alt="vskallam_0-1741258181856.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and To use the internal storage as a shortcut.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ETA for the bug fix is provided by the end of March.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 10:51:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Trouble-querying-data-in-ADLS-Gen2-from-Fabric-using-a-shortcut/m-p/4598360#M7743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-06T10:51:39Z</dc:date>
    </item>
  </channel>
</rss>

