<?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: Databricks Access Issue with UC in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-access-issue-with-uc/m-p/158592#M54744</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/173624"&gt;@Jothia&lt;/a&gt;,&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea" data-pm-slice="1 1 []"&gt;Apologies for the very delayed response here. Appreciate this was raised in November 2025. I wanted to close the loop in case you were still expecting an answer.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea" data-pm-slice="1 1 []"&gt;From what you described, this does not look like a straightforward Unity Catalog authentication issue. With &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/tables/external" rel="noopener noreferrer nofollow" target="_blank"&gt;Unity Catalog external tables&lt;/A&gt;, Databricks governs access to the table metadata and permissions, but the underlying files still live in your cloud storage, and Unity Catalog does not manage the lifecycle or layout of those files. Databricks also generally recommends &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/data-governance/unity-catalog/best-practices" rel="noopener noreferrer nofollow" target="_blank"&gt;managed tables over external tables&lt;/A&gt; for most workloads because they are operationally more robust and benefit from more built-in optimisations.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;The crucial detail in your case is that the failure is intermittent. If this were a permissions issue or an external location configuration issue, I would expect it to fail consistently. When a query sometimes succeeds and sometimes throws com.databricks.sql.io.FileReadException against an abfss://...csv file, that usually points more to the underlying file being replaced, updated, or temporarily unavailable while Spark is reading it, rather than Unity Catalog itself being unable to authorise access.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;So my guess is that Unity Catalog is probably surfacing an issue in the storage or file update pattern, rather than being the root cause on its own. Hive may have appeared to work better before, but UC external tables still ultimately read the same files from ADLS, and raw external files are simply a less robust approach when the source system is actively updating them.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;If this use case is still active, there are now better patterns for bringing Dataverse data into Databricks. The most purpose-built option is the managed &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/ingestion/lakeflow-connect/d365-source-setup" rel="noopener noreferrer nofollow" target="_blank"&gt;Microsoft Dynamics 365 / Dataverse connector in Lakeflow Connect&lt;/A&gt;, which is designed to work with &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/ingestion/lakeflow-connect/d365-faq" rel="noopener noreferrer nofollow" target="_blank"&gt;Azure Synapse Link for Dataverse&lt;/A&gt;. That connector reads the Dataverse exports from ADLS, uses the changelog metadata for incremental ingestion, and lands the data into Databricks tables instead of leaving you to query the raw exported CSV files directly. Databricks also documents the current &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/ingestion/lakeflow-connect/d365-limits" rel="noopener noreferrer nofollow" target="_blank"&gt;limitations and operational considerations here&lt;/A&gt;.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;If you want to stay with a file-based pattern in ADLS, then &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/ingestion/cloud-object-storage/auto-loader/" rel="noopener noreferrer nofollow" target="_blank"&gt;Auto Loader&lt;/A&gt; is also a much better fit than querying live CSV exports through an external table. Auto Loader is designed to incrementally ingest new files from cloud storage, supports ADLS paths, and tracks ingestion progress with checkpoint state so that downstream users query Delta tables instead of reading directly from raw files that may still be changing. Databricks also notes that Auto Loader works best with immutable arriving files, which is exactly why it is a stronger ingestion pattern here than reading live CSV exports in place.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;In other words, if the current approach is "Dataverse exports CSV to ADLS, and Databricks queries those CSVs in place through a UC external table," I would treat that as a stopgap. The more robust long-term design is to ingest that data into Delta-managed tables, ideally via Lakeflow Connect for Dynamics 365/Dataverse, or otherwise through an Auto Loader-based ingestion pipeline before downstream users query it.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;If you do need to stay on the current pattern for now, I would check whether the CSV files are ever overwritten in place, whether Synapse Link or another upstream process can still be writing into the same folder while queries are running, and whether the issue disappears when reading a static snapshot of the export rather than the live path. If the issue goes away on a static snapshot, that is a strong signal that the problem is with concurrent file changes rather than Unity Catalog configuration.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Hope this helps.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jun 2026 06:23:08 GMT</pubDate>
    <dc:creator>Ashwin_DSA</dc:creator>
    <dc:date>2026-06-09T06:23:08Z</dc:date>
    <item>
      <title>Databricks Access Issue with UC</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-access-issue-with-uc/m-p/139875#M51313</link>
      <description>&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;We are facing issues while reading Storage account where stream data from data verse in Unity catalog through External table but not every time . It was running fine with hive&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;An error occurred while calling o393.sql.&lt;BR /&gt;: org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 84.0 failed 4 times, most recent failure: Lost task 0.3 in stage 84.0 (TID 171) (10.152.188.38 executor 0): com.databricks.sql.io.FileReadException: Error while reading file abfss:REDACTED_LOCAL_PART@storage002.dfs.core.windows.net/account/2019-06.csv.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any suggestion here ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jothi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 07:52:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-access-issue-with-uc/m-p/139875#M51313</guid>
      <dc:creator>Jothia</dc:creator>
      <dc:date>2025-11-21T07:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Access Issue with UC</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-access-issue-with-uc/m-p/139883#M51314</link>
      <description>&lt;P&gt;2 Things to check&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;One&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;double-check that you are not trying to authenticate with two different methods (e.g., a cluster credential trying to override the Unity Catalog creds)&lt;/P&gt;&lt;P&gt;The previous Hive setup likely relied on a Cluster-Scoped Service Principal or Shared Access Signature (SAS) key configured directly in the cluster's Spark configuration (e.g., spark.hadoop.fs.azure.account.auth.type). Unity Catalog ignores these cluster-scoped secrets for paths defined in its External Locations. If the table is an External Table managed by Unity Catalog, you must rely on the credentials defined in the External Location.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Two&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;Are you not using Autloader?&lt;/P&gt;&lt;P&gt;If the Dataverse stream creates many &lt;STRONG&gt;very small files&lt;/STRONG&gt; or is currently in the process of &lt;STRONG&gt;writing/overwriting&lt;/STRONG&gt; a file when Spark tries to read it, it can cause transient read failures.&lt;/P&gt;&lt;P&gt;Use &lt;STRONG&gt;Auto Loader&lt;/STRONG&gt;&amp;nbsp;if possible, as they handle file discovery and eventual consistency better.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 08:44:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-access-issue-with-uc/m-p/139883#M51314</guid>
      <dc:creator>Raman_Unifeye</dc:creator>
      <dc:date>2025-11-21T08:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Access Issue with UC</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-access-issue-with-uc/m-p/139893#M51316</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/179607"&gt;@Raman_Unifeye&lt;/a&gt;&amp;nbsp; Thanks your response. We are using external location path under UC only in the External table. Looks no issues with authentication as well we are not&amp;nbsp; getting error always.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 08:59:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-access-issue-with-uc/m-p/139893#M51316</guid>
      <dc:creator>Jothia</dc:creator>
      <dc:date>2025-11-21T08:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Access Issue with UC</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-access-issue-with-uc/m-p/158592#M54744</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/173624"&gt;@Jothia&lt;/a&gt;,&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea" data-pm-slice="1 1 []"&gt;Apologies for the very delayed response here. Appreciate this was raised in November 2025. I wanted to close the loop in case you were still expecting an answer.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea" data-pm-slice="1 1 []"&gt;From what you described, this does not look like a straightforward Unity Catalog authentication issue. With &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/tables/external" rel="noopener noreferrer nofollow" target="_blank"&gt;Unity Catalog external tables&lt;/A&gt;, Databricks governs access to the table metadata and permissions, but the underlying files still live in your cloud storage, and Unity Catalog does not manage the lifecycle or layout of those files. Databricks also generally recommends &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/data-governance/unity-catalog/best-practices" rel="noopener noreferrer nofollow" target="_blank"&gt;managed tables over external tables&lt;/A&gt; for most workloads because they are operationally more robust and benefit from more built-in optimisations.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;The crucial detail in your case is that the failure is intermittent. If this were a permissions issue or an external location configuration issue, I would expect it to fail consistently. When a query sometimes succeeds and sometimes throws com.databricks.sql.io.FileReadException against an abfss://...csv file, that usually points more to the underlying file being replaced, updated, or temporarily unavailable while Spark is reading it, rather than Unity Catalog itself being unable to authorise access.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;So my guess is that Unity Catalog is probably surfacing an issue in the storage or file update pattern, rather than being the root cause on its own. Hive may have appeared to work better before, but UC external tables still ultimately read the same files from ADLS, and raw external files are simply a less robust approach when the source system is actively updating them.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;If this use case is still active, there are now better patterns for bringing Dataverse data into Databricks. The most purpose-built option is the managed &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/ingestion/lakeflow-connect/d365-source-setup" rel="noopener noreferrer nofollow" target="_blank"&gt;Microsoft Dynamics 365 / Dataverse connector in Lakeflow Connect&lt;/A&gt;, which is designed to work with &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/ingestion/lakeflow-connect/d365-faq" rel="noopener noreferrer nofollow" target="_blank"&gt;Azure Synapse Link for Dataverse&lt;/A&gt;. That connector reads the Dataverse exports from ADLS, uses the changelog metadata for incremental ingestion, and lands the data into Databricks tables instead of leaving you to query the raw exported CSV files directly. Databricks also documents the current &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/ingestion/lakeflow-connect/d365-limits" rel="noopener noreferrer nofollow" target="_blank"&gt;limitations and operational considerations here&lt;/A&gt;.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;If you want to stay with a file-based pattern in ADLS, then &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/ingestion/cloud-object-storage/auto-loader/" rel="noopener noreferrer nofollow" target="_blank"&gt;Auto Loader&lt;/A&gt; is also a much better fit than querying live CSV exports through an external table. Auto Loader is designed to incrementally ingest new files from cloud storage, supports ADLS paths, and tracks ingestion progress with checkpoint state so that downstream users query Delta tables instead of reading directly from raw files that may still be changing. Databricks also notes that Auto Loader works best with immutable arriving files, which is exactly why it is a stronger ingestion pattern here than reading live CSV exports in place.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;In other words, if the current approach is "Dataverse exports CSV to ADLS, and Databricks queries those CSVs in place through a UC external table," I would treat that as a stopgap. The more robust long-term design is to ingest that data into Delta-managed tables, ideally via Lakeflow Connect for Dynamics 365/Dataverse, or otherwise through an Auto Loader-based ingestion pipeline before downstream users query it.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;If you do need to stay on the current pattern for now, I would check whether the CSV files are ever overwritten in place, whether Synapse Link or another upstream process can still be writing into the same folder while queries are running, and whether the issue disappears when reading a static snapshot of the export rather than the live path. If the issue goes away on a static snapshot, that is a strong signal that the problem is with concurrent file changes rather than Unity Catalog configuration.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Hope this helps.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2026 06:23:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-access-issue-with-uc/m-p/158592#M54744</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-06-09T06:23:08Z</dc:date>
    </item>
  </channel>
</rss>

