<?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: Declarative Pipeline Failure for Autoloader in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-failure-for-autoloader/m-p/133468#M49855</link>
    <description>&lt;P&gt;Seems to me like the SPN or individual running the DLT pipeline need to have access on the external location and the main catalog.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GRANT ALL PRIVILEGES ON CATALOG &amp;lt;catalog_name&amp;gt; TO `&amp;lt;external_account_identifier&amp;gt;`;&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 01 Oct 2025 14:11:37 GMT</pubDate>
    <dc:creator>nayan_wylde</dc:creator>
    <dc:date>2025-10-01T14:11:37Z</dc:date>
    <item>
      <title>Declarative Pipeline Failure for Autoloader</title>
      <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-failure-for-autoloader/m-p/133467#M49854</link>
      <description>&lt;P&gt;Hello Folks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;After moving my working serverless Auto Loader notebook to a declarative (DLT) pipeline, I’m getting an AccessDenied error. What could be causing this?”&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iskidet_1-1759326363933.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20328iF42BBD6B9AB29A96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iskidet_1-1759326363933.png" alt="iskidet_1-1759326363933.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;here is the DLT json&amp;nbsp; and error message in the DLT&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iskidet_4-1759326671286.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20331iA5BC7F74509354F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iskidet_4-1759326671286.png" alt="iskidet_4-1759326671286.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iskidet_5-1759327166901.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20335i73A415BEA173EC89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iskidet_5-1759327166901.png" alt="iskidet_5-1759327166901.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="iskidet_2-1759326493353.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20329i01D7401BBF93D92E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iskidet_2-1759326493353.png" alt="iskidet_2-1759326493353.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I googled around got saw some hint that DLT is trying to write to some staging temporary without, permission not which other permission, I should be adding.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/21882"&gt;@MohanaBasak&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;P&gt;Samson&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 13:59:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/declarative-pipeline-failure-for-autoloader/m-p/133467#M49854</guid>
      <dc:creator>iskidet</dc:creator>
      <dc:date>2025-10-01T13:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Declarative Pipeline Failure for Autoloader</title>
      <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-failure-for-autoloader/m-p/133468#M49855</link>
      <description>&lt;P&gt;Seems to me like the SPN or individual running the DLT pipeline need to have access on the external location and the main catalog.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GRANT ALL PRIVILEGES ON CATALOG &amp;lt;catalog_name&amp;gt; TO `&amp;lt;external_account_identifier&amp;gt;`;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 01 Oct 2025 14:11:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/declarative-pipeline-failure-for-autoloader/m-p/133468#M49855</guid>
      <dc:creator>nayan_wylde</dc:creator>
      <dc:date>2025-10-01T14:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Declarative Pipeline Failure for Autoloader</title>
      <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-failure-for-autoloader/m-p/134239#M50061</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/131820"&gt;@iskidet&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Were you able to resolve the AccessDenied issue? If the above suggestion helped, or if you found another solution, it would be great if you could mark it as the accepted solution or share your approach with the community.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 15:05:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/declarative-pipeline-failure-for-autoloader/m-p/134239#M50061</guid>
      <dc:creator>Advika_</dc:creator>
      <dc:date>2025-10-08T15:05:51Z</dc:date>
    </item>
  </channel>
</rss>

