<?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: Unable to use Auto Loader for External Location in Community Edition in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/unable-to-use-auto-loader-for-external-location-in-community/m-p/132436#M49483</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/184264"&gt;@AanchalSoni&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;To make it clear - are you using Free Edition or Community Edition? Because people confuses them all the time so it's better to clarify this first.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Sep 2025 13:19:47 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2025-09-18T13:19:47Z</dc:date>
    <item>
      <title>Unable to use Auto Loader for External Location in Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-use-auto-loader-for-external-location-in-community/m-p/132435#M49482</link>
      <description>&lt;P&gt;Using Community Edition&lt;/P&gt;&lt;P&gt;I'm trying to create a pipeline(streaming) using auto loader (accessing external location) and each time my select query is thrown this error- " &lt;SPAN&gt;An error occurred while calling t.analyzeAndFormatResult. : java.lang.UnsupportedOperationException: Public DBFS root is disabled. Access is denied on path: /local_disk0/tmp/autoloader_schemas_DLTAnalysisID-ec51b16e-3b7e-37ba-a57d-eb79d79a4ab84641536424733736813/1280625787"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is it not possible to use Autoloader to access external storage in community version? Please guide.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 13:11:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-use-auto-loader-for-external-location-in-community/m-p/132435#M49482</guid>
      <dc:creator>AanchalSoni</dc:creator>
      <dc:date>2025-09-18T13:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use Auto Loader for External Location in Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-use-auto-loader-for-external-location-in-community/m-p/132436#M49483</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/184264"&gt;@AanchalSoni&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;To make it clear - are you using Free Edition or Community Edition? Because people confuses them all the time so it's better to clarify this first.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 13:19:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-use-auto-loader-for-external-location-in-community/m-p/132436#M49483</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-18T13:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use Auto Loader for External Location in Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-use-auto-loader-for-external-location-in-community/m-p/132445#M49488</link>
      <description>&lt;P&gt;I believe I'm on free edition. (I have access to volumes, Genie, etc. DBFS option is not available). Sharing an image for reference.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 13:38:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-use-auto-loader-for-external-location-in-community/m-p/132445#M49488</guid>
      <dc:creator>AanchalSoni</dc:creator>
      <dc:date>2025-09-18T13:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use Auto Loader for External Location in Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-use-auto-loader-for-external-location-in-community/m-p/132446#M49489</link>
      <description>&lt;P&gt;Ok, so this is a common problem with Free Edition. Since DBFS root is disabled on Free Edition to use Autloader you need to use Volumes. So all your source file that you want to load along with autloader schema and checkpoint location should be defined on Volume.&lt;/P&gt;&lt;P&gt;You can follow below guide which deals with exact same issue as yours. Just replay the same steps as the author of the article and it will work &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://medium.com/towards-data-engineering/when-dbfs-is-not-an-option-how-databricks-volumes-saved-the-day-for-file-based-learning-on-free-a0e0e92579ce" target="_blank" rel="noopener"&gt;When DBFS Is Not an Option: How Databricks Volumes Saved the Day for File-Based Learning on Free Edition | by THE BRICK LEARNING | Towards Data Engineering | Medium&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 13:47:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-use-auto-loader-for-external-location-in-community/m-p/132446#M49489</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-18T13:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use Auto Loader for External Location in Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-use-auto-loader-for-external-location-in-community/m-p/132525#M49525</link>
      <description>&lt;P&gt;Thanks for your guidance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 06:37:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-use-auto-loader-for-external-location-in-community/m-p/132525#M49525</guid>
      <dc:creator>AanchalSoni</dc:creator>
      <dc:date>2025-09-19T06:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use Auto Loader for External Location in Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-use-auto-loader-for-external-location-in-community/m-p/132530#M49527</link>
      <description>&lt;P&gt;No problem&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/184264"&gt;@AanchalSoni&lt;/a&gt;&amp;nbsp;, I'm glad that I could help &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 07:41:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-use-auto-loader-for-external-location-in-community/m-p/132530#M49527</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-19T07:41:30Z</dc:date>
    </item>
  </channel>
</rss>

