<?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 Error when trying to Create a STREAMING TABLE using Databricks SQL in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/128683#M10542</link>
    <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hi all,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I am currently using the Databricks Free Edition, and trying to create a streaming table, using the following SQL script:&lt;/FONT&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;%sql&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;CREATE&lt;/SPAN&gt; &lt;SPAN&gt;OR&lt;/SPAN&gt; &lt;SPAN&gt;REFRESH&lt;/SPAN&gt; &lt;SPAN&gt;STREAMING&lt;/SPAN&gt; &lt;SPAN&gt;TABLE&lt;/SPAN&gt;&lt;SPAN&gt; sql_csv_autoloader&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;SCHEDULE&lt;/SPAN&gt; &lt;SPAN&gt;EVERY&lt;/SPAN&gt; &lt;SPAN&gt;1&lt;/SPAN&gt; &lt;SPAN&gt;WEEK&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;AS&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;SELECT&lt;/SPAN&gt; &lt;SPAN&gt;*&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt; &lt;SPAN&gt;STREAM&lt;/SPAN&gt;&lt;SPAN&gt; read_files(&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'/Volumes/workspace/sql_using_auto_loader/autoloader_source'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;format&lt;/SPAN&gt; &lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt; &lt;SPAN&gt;'CSV'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&amp;nbsp; sep &lt;/SPAN&gt;&lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt; &lt;SPAN&gt;','&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&amp;nbsp; header &lt;/SPAN&gt;&lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt; &lt;SPAN&gt;true&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;However, when I execute the script, I get the following error message:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN class=""&gt;UnsupportedOperationException: &lt;/SPAN&gt;Public DBFS root is disabled. Access is denied on path: /local_disk0/tmp/autoloader_schemas_DLTAnalysisID-5771&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Does anyone have any workarounds for this please?&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;Giuseppe&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sun, 17 Aug 2025 22:13:28 GMT</pubDate>
    <dc:creator>giuseppe_esq</dc:creator>
    <dc:date>2025-08-17T22:13:28Z</dc:date>
    <item>
      <title>Error when trying to Create a STREAMING TABLE using Databricks SQL</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/128683#M10542</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hi all,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I am currently using the Databricks Free Edition, and trying to create a streaming table, using the following SQL script:&lt;/FONT&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;%sql&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;CREATE&lt;/SPAN&gt; &lt;SPAN&gt;OR&lt;/SPAN&gt; &lt;SPAN&gt;REFRESH&lt;/SPAN&gt; &lt;SPAN&gt;STREAMING&lt;/SPAN&gt; &lt;SPAN&gt;TABLE&lt;/SPAN&gt;&lt;SPAN&gt; sql_csv_autoloader&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;SCHEDULE&lt;/SPAN&gt; &lt;SPAN&gt;EVERY&lt;/SPAN&gt; &lt;SPAN&gt;1&lt;/SPAN&gt; &lt;SPAN&gt;WEEK&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;AS&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;SELECT&lt;/SPAN&gt; &lt;SPAN&gt;*&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt; &lt;SPAN&gt;STREAM&lt;/SPAN&gt;&lt;SPAN&gt; read_files(&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'/Volumes/workspace/sql_using_auto_loader/autoloader_source'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;format&lt;/SPAN&gt; &lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt; &lt;SPAN&gt;'CSV'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&amp;nbsp; sep &lt;/SPAN&gt;&lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt; &lt;SPAN&gt;','&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&amp;nbsp; header &lt;/SPAN&gt;&lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt; &lt;SPAN&gt;true&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;However, when I execute the script, I get the following error message:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN class=""&gt;UnsupportedOperationException: &lt;/SPAN&gt;Public DBFS root is disabled. Access is denied on path: /local_disk0/tmp/autoloader_schemas_DLTAnalysisID-5771&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Does anyone have any workarounds for this please?&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;Giuseppe&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 17 Aug 2025 22:13:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/128683#M10542</guid>
      <dc:creator>giuseppe_esq</dc:creator>
      <dc:date>2025-08-17T22:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to Create a STREAMING TABLE using Databricks SQL</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/128684#M10543</link>
      <description>&lt;P&gt;Hi &lt;SPAN&gt;Giuseppe, I've tried to recreate this and am unable to. Was your volume created as managed or external?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My successful steps:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Created a new Volume in workspace.default called "example_volume"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Created a new folder in that volume called "example_folder" and uploaded a CSV to the folder&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Ran the following in a query window, using the Serverless Starter Warehouse:&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;LI-CODE lang="markup"&gt;CREATE OR REFRESH STREAMING TABLE sql_csv_autoloader
SCHEDULE EVERY 1 WEEK
AS
SELECT *
FROM STREAM read_files(
  '/Volumes/workspace/default/example_volume/example_folder/',
  format =&amp;gt; 'CSV',
  sep =&amp;gt; ',',
  header =&amp;gt; true
);&lt;/LI-CODE&gt;&lt;P&gt;That successed with sql_csv_autoloaded table created under workspace.default ("The operation was successfully executed.") with the data loaded.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 03:03:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/128684#M10543</guid>
      <dc:creator>WayneRevenite</dc:creator>
      <dc:date>2025-08-18T03:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to Create a STREAMING TABLE using Databricks SQL</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/128736#M10545</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your response.&amp;nbsp; To confirm, I created my volumes as Managed.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I need to used External volumes to execute this script, will I need to create an external storage location (for S3 storage) in Amazon?&amp;nbsp; If so, is this free?&lt;/P&gt;&lt;P&gt;Kinds regards&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 12:14:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/128736#M10545</guid>
      <dc:creator>giuseppe_esq</dc:creator>
      <dc:date>2025-08-18T12:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to Create a STREAMING TABLE using Databricks SQL</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/128754#M10546</link>
      <description>&lt;P&gt;Sorry, did you also manage to run this script using the&amp;nbsp;&lt;SPAN&gt;Databricks Free Edition?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 15:10:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/128754#M10546</guid>
      <dc:creator>giuseppe_esq</dc:creator>
      <dc:date>2025-08-18T15:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to Create a STREAMING TABLE using Databricks SQL</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/128794#M10549</link>
      <description>&lt;P&gt;Yes - I was able to do it no problem on Free, with the exact steps above, using the default supplied compute.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 00:55:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/128794#M10549</guid>
      <dc:creator>WayneRevenite</dc:creator>
      <dc:date>2025-08-19T00:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to Create a STREAMING TABLE using Databricks SQL</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/128849#M10554</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;I was trying to execute the %SQL script (hence the error), in a workspace notebook, however, you were able to execute the script in SQL Editor, that worked.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 12:32:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/128849#M10554</guid>
      <dc:creator>giuseppe_esq</dc:creator>
      <dc:date>2025-08-19T12:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to Create a STREAMING TABLE using Databricks SQL</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/130844#M10653</link>
      <description>&lt;P&gt;I have exactly same behavior: it doesn't work in notebook (no error message, the success message instead), it does work in sql editor.&lt;/P&gt;&lt;P&gt;Apparently streaming tables work only with serverless warehouses.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 14:04:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/130844#M10653</guid>
      <dc:creator>AdrianK</dc:creator>
      <dc:date>2025-09-04T14:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to Create a STREAMING TABLE using Databricks SQL</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/131112#M10659</link>
      <description>&lt;P&gt;From my understanding you can create and populate streaming tables in a Databricks Workspace Notebook, using SQL or Python.&amp;nbsp; However, it will not allow this in the Databricks Free Edition.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Sep 2025 13:34:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-when-trying-to-create-a-streaming-table-using-databricks/m-p/131112#M10659</guid>
      <dc:creator>giuseppe_esq</dc:creator>
      <dc:date>2025-09-06T13:34:36Z</dc:date>
    </item>
  </channel>
</rss>

