<?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: Intermittent failures with auto loader on Azure in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131720#M49208</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9268"&gt;@Malthe&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you so much for sharing the error:&amp;nbsp;&lt;BR /&gt;One of the error msg which drew my attention is :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.EventGridClient.generateAccessTokenUsingClientSecret&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN class=""&gt;Can you please verify Service Principal Permissions&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Ensure your service principal has the minimum required Azure RBAC roles (these are not app roles in Azure AD; they are resource-level permissions):&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Role&lt;/SPAN&gt;&lt;SPAN class=""&gt;Scope&lt;/SPAN&gt;&lt;SPAN class=""&gt;Purpose&lt;/SPAN&gt; &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Storage Blob Data Contributor&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Storage account&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Read/write blobs for file discovery.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Storage Queue Data Contributor&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Storage account&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Manage queues for notifications (if not using connection string).&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;EventGrid EventSubscription Contributor&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Resource group (or subscription)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Create/read/delete Event Grid subscriptions.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Contributor&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Storage account and resource group&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;General setup (broader; use if custom roles fail).&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Assign these via Azure Portal &amp;gt; Storage Account/Resource Group &amp;gt; Access Control (IAM) &amp;gt; Add role assignment &amp;gt; Select service principal.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class=""&gt;Also, r&lt;/SPAN&gt;emove unnecessary app role assignments (likely root cause)&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 11 Sep 2025 22:46:32 GMT</pubDate>
    <dc:creator>Khaja_Zaffer</dc:creator>
    <dc:date>2025-09-11T22:46:32Z</dc:date>
    <item>
      <title>Intermittent failures with auto loader on Azure</title>
      <link>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131716#M49206</link>
      <description>&lt;P&gt;We've been using auto loader to ingest data from a storage account on Azure (format "cloudFiles").&lt;/P&gt;&lt;P&gt;Today, we're starting to see failures during the setup of event notification:&lt;/P&gt;&lt;LI-CODE lang="java"&gt;25/09/11 19:06:28 ERROR MicroBatchExecution: Non-interrupted exception thrown for queryId=[REDACTED],runId=[REDACTED]: org.json4s.MappingException: Do not know how to convert JArray(List(JString([REDACTED]))) into class java.lang.String
org.json4s.MappingException: Do not know how to convert JArray(List(JString([REDACTED]))) into class java.lang.String
	at org.json4s.reflect.package$.fail(package.scala:53)
	at org.json4s.Extraction$.convert(Extraction.scala:888)
	at org.json4s.Extraction$.$anonfun$extract$10(Extraction.scala:456)
	at org.json4s.Extraction$.$anonfun$customOrElse$1(Extraction.scala:780)
	at scala.PartialFunction.applyOrElse(PartialFunction.scala:127)
	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:126)
	at scala.PartialFunction$$anon$1.applyOrElse(PartialFunction.scala:257)
	at org.json4s.Extraction$.customOrElse(Extraction.scala:780)
	at org.json4s.Extraction$.extract(Extraction.scala:454)
	at org.json4s.Extraction$.org$json4s$Extraction$$extractDetectingNonTerminal(Extraction.scala:482)
	at org.json4s.Extraction$.$anonfun$extract$8(Extraction.scala:426)
	at scala.collection.immutable.List.map(List.scala:297)
	at org.json4s.Extraction$.$anonfun$extract$7(Extraction.scala:424)
	at org.json4s.Extraction$.$anonfun$customOrElse$1(Extraction.scala:780)
	at scala.PartialFunction.applyOrElse(PartialFunction.scala:127)
	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:126)
	at scala.PartialFunction$$anon$1.applyOrElse(PartialFunction.scala:257)
	at org.json4s.Extraction$.customOrElse(Extraction.scala:780)
	at org.json4s.Extraction$.extract(Extraction.scala:420)
	at org.json4s.Extraction$.extract(Extraction.scala:56)
	at org.json4s.ExtractableJsonAstNode.extract(ExtractableJsonAstNode.scala:22)
	at org.json4s.jackson.JacksonSerialization.read(Serialization.scala:62)
	at org.json4s.Serialization.read(Serialization.scala:31)
	at org.json4s.Serialization.read$(Serialization.scala:31)
	at org.json4s.jackson.JacksonSerialization.read(Serialization.scala:23)
	at com.databricks.sql.aqs.EventGridClient.generateAccessTokenUsingClientSecret(EventGridClient.scala:180)
	at com.databricks.sql.aqs.EventGridClient.generateAccessToken(EventGridClient.scala:238)
	at com.databricks.sql.aqs.autoIngest.AzureEventNotificationSetup$.getToken(AzureEventNotificationSetup.scala:345)
	at com.databricks.sql.aqs.autoIngest.AzureEventNotificationSetup$.$anonfun$buildStorageClient$2(AzureEventNotificationSetup.scala:387)
	at scala.Option.getOrElse(Option.scala:189)
	at com.databricks.sql.aqs.autoIngest.AzureEventNotificationSetup$.buildStorageClient(AzureEventNotificationSetup.scala:384)
	at com.databricks.sql.aqs.autoIngest.AzureEventNotificationSetup.&amp;lt;init&amp;gt;(AzureEventNotificationSetup.scala:70)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at com.databricks.sql.fileNotification.autoIngest.EventNotificationSetup$.$anonfun$create$1(EventNotificationSetup.scala:68)
	at com.databricks.sql.fileNotification.autoIngest.ResourceManagementUtils$.unwrapInvocationTargetException(ResourceManagementUtils.scala:42)
	at com.databricks.sql.fileNotification.autoIngest.EventNotificationSetup$.create(EventNotificationSetup.scala:50)
	at com.databricks.sql.fileNotification.autoIngest.CloudFilesSourceProvider.$anonfun$createSource$2(CloudFilesSourceProvider.scala:143)
	at scala.Option.getOrElse(Option.scala:189)
	at com.databricks.sql.fileNotification.autoIngest.CloudFilesSourceProvider.createSource(CloudFilesSourceProvider.scala:128)
	at org.apache.spark.sql.execution.datasources.DataSource.createSource(DataSource.scala:346)
	at org.apache.spark.sql.execution.streaming.MicroBatchExecution$$anonfun$2.$anonfun$applyOrElse$2(MicroBatchExecution.scala:223)
...&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 11 Sep 2025 20:48:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131716#M49206</guid>
      <dc:creator>Malthe</dc:creator>
      <dc:date>2025-09-11T20:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent failures with auto loader on Azure</title>
      <link>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131720#M49208</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9268"&gt;@Malthe&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you so much for sharing the error:&amp;nbsp;&lt;BR /&gt;One of the error msg which drew my attention is :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.EventGridClient.generateAccessTokenUsingClientSecret&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN class=""&gt;Can you please verify Service Principal Permissions&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Ensure your service principal has the minimum required Azure RBAC roles (these are not app roles in Azure AD; they are resource-level permissions):&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Role&lt;/SPAN&gt;&lt;SPAN class=""&gt;Scope&lt;/SPAN&gt;&lt;SPAN class=""&gt;Purpose&lt;/SPAN&gt; &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Storage Blob Data Contributor&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Storage account&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Read/write blobs for file discovery.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Storage Queue Data Contributor&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Storage account&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Manage queues for notifications (if not using connection string).&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;EventGrid EventSubscription Contributor&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Resource group (or subscription)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Create/read/delete Event Grid subscriptions.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Contributor&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Storage account and resource group&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;General setup (broader; use if custom roles fail).&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Assign these via Azure Portal &amp;gt; Storage Account/Resource Group &amp;gt; Access Control (IAM) &amp;gt; Add role assignment &amp;gt; Select service principal.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class=""&gt;Also, r&lt;/SPAN&gt;emove unnecessary app role assignments (likely root cause)&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 Sep 2025 22:46:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131720#M49208</guid>
      <dc:creator>Khaja_Zaffer</dc:creator>
      <dc:date>2025-09-11T22:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent failures with auto loader on Azure</title>
      <link>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131727#M49211</link>
      <description>&lt;P&gt;These are the current role assignments of this service principal:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Malthe_0-1757651440598.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19930i5B3E048A2EDB9710/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Malthe_0-1757651440598.png" alt="Malthe_0-1757651440598.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Seems to be right and also:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;This is just an intermittent error;&lt;/LI&gt;&lt;LI&gt;There's an event subscription on the storage queue (with a matching query id from the error message).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Could it be that somehow the Azure Management Endpoint for the event grid is returning a different kind of response all of a sudden? This is a traceback from Databricks' own integration code, so there isn't much to go on here.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 04:36:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131727#M49211</guid>
      <dc:creator>Malthe</dc:creator>
      <dc:date>2025-09-12T04:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent failures with auto loader on Azure</title>
      <link>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131754#M49224</link>
      <description>&lt;P&gt;Im having exactly the same issue - with multiple pipelines in 3 different environments, starting approximately 11.9.2025 10.00 EEST.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 10:06:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131754#M49224</guid>
      <dc:creator>Saska</dc:creator>
      <dc:date>2025-09-12T10:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent failures with auto loader on Azure</title>
      <link>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131819#M49251</link>
      <description>&lt;P&gt;Hi, We’re seeing the same issue on several queue based ingestion jobs failing a couple hundreds of tasks. It was intermittent yesterday (10 Sep 2025) as in a few random tasks would fail in each run but the issue has now spread out to all tasks failing all of them at all runs. I’ve given the service principal all the roles suggested above but to no avail. I suspect it could have to do with a change in the Azure Event Grid response structure.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 20:15:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131819#M49251</guid>
      <dc:creator>MehdiJafari</dc:creator>
      <dc:date>2025-09-12T20:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent failures with auto loader on Azure</title>
      <link>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131820#M49252</link>
      <description>&lt;P&gt;I'm seeing these two updates from Microsoft on 10 Sep 2025:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://devblogs.microsoft.com/azure-sdk/azure-storage-apis-gain-entra-id-and-rbac-support/" target="_self"&gt;Azure Storage APIs gain Entra ID and RBAC support&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/blog/analyticsonazure/general-availability-automatic-identity-management-aim-for-entra-id-on-azure-dat/4452206" target="_self"&gt;Automatic Identity Management (AIM) for Entra ID on Azure Databricks&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Both seem like candidates.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 20:25:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131820#M49252</guid>
      <dc:creator>Malthe</dc:creator>
      <dc:date>2025-09-12T20:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent failures with auto loader on Azure</title>
      <link>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131858#M49268</link>
      <description>&lt;P&gt;Falling back to file listing mode worked as band-aid, but dont see that as long term solution due to costs related to calling file listing operations (especialy with large number of files).&lt;BR /&gt;&lt;BR /&gt;In practice - i removed the event grid related options from the streamreader:&lt;BR /&gt;&lt;BR /&gt;cloudFiles.useNotifications&lt;BR /&gt;cloudFiles.resourceGroup&lt;BR /&gt;cloudFiles.subscriptionId&lt;BR /&gt;cloudFiles.clientId&lt;BR /&gt;cloudFiles.clientSecret&lt;BR /&gt;cloudFiles.tenantId&lt;BR /&gt;&lt;BR /&gt;My top candidate would then be the Azure Storage API changes shared by&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9268"&gt;@Malthe&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Sep 2025 12:08:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131858#M49268</guid>
      <dc:creator>Saska</dc:creator>
      <dc:date>2025-09-13T12:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent failures with auto loader on Azure</title>
      <link>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131860#M49270</link>
      <description>&lt;P&gt;The problem seems to have resolved itself today on our platform. did you try the previous ingestion again (before using the workaround)?&lt;/P&gt;</description>
      <pubDate>Sat, 13 Sep 2025 12:19:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131860#M49270</guid>
      <dc:creator>MehdiJafari</dc:creator>
      <dc:date>2025-09-13T12:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent failures with auto loader on Azure</title>
      <link>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131861#M49271</link>
      <description>&lt;P&gt;Thanks! Interesting - now it works in our platform too..&lt;/P&gt;</description>
      <pubDate>Sat, 13 Sep 2025 12:28:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131861#M49271</guid>
      <dc:creator>Saska</dc:creator>
      <dc:date>2025-09-13T12:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent failures with auto loader on Azure</title>
      <link>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131862#M49272</link>
      <description>&lt;P&gt;That is - I revert back to eventgrid mode and it works.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Sep 2025 12:28:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131862#M49272</guid>
      <dc:creator>Saska</dc:creator>
      <dc:date>2025-09-13T12:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent failures with auto loader on Azure</title>
      <link>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131873#M49279</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9268"&gt;@Malthe&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/184279"&gt;@Saska&lt;/a&gt; &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/184370"&gt;@MehdiJafari&lt;/a&gt;&lt;/P&gt;&lt;P&gt;When it was showing such error, did you try any alternative methods like using databricks service credentials.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;stream = spark.readStream.format("cloudFiles")&lt;/P&gt;&lt;P&gt;&amp;nbsp; .option("cloudFiles.format", "json")&lt;/P&gt;&lt;P&gt;&amp;nbsp; .option("databricks.serviceCredential", "my-storage-credential")&lt;/P&gt;&lt;P&gt;&amp;nbsp; .option("cloudFiles.useNotifications", "true")&lt;/P&gt;&lt;P&gt;&amp;nbsp; .option("cloudFiles.resourceGroup", "my-rg")&lt;/P&gt;&lt;P&gt;&amp;nbsp; .option("cloudFiles.subscriptionId", "my-sub-id")&lt;/P&gt;&lt;P&gt;&amp;nbsp; .load("abfss://container@storageaccount.dfs.core.windows.net/path/")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Sep 2025 18:49:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/intermittent-failures-with-auto-loader-on-azure/m-p/131873#M49279</guid>
      <dc:creator>Khaja_Zaffer</dc:creator>
      <dc:date>2025-09-13T18:49:09Z</dc:date>
    </item>
  </channel>
</rss>

