<?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 CREATE is not allowed: Cannot CREATE the Streaming Table Serverless Generic Compute in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/create-is-not-allowed-cannot-create-the-streaming-table/m-p/164971#M55366</link>
    <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new in Databricks, and currently I am in the 8th lecture of the "Get started with data engineering" module. I came across this problem:&amp;nbsp;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="" href="https://docs.databricks.com/error-messages/streaming-table-operation-not-allowed-error-class.html#st_not_enabled_on_serverless_generic_compute" target="_blank" rel="noopener noreferrer"&gt;STREAMING_TABLE_OPERATION_NOT_ALLOWED.ST_NOT_ENABLED_ON_SERVERLESS_GENERIC_COMPUTE&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt; The operation CREATE is not allowed: Cannot CREATE the Streaming Table `current_employees_bronze_sdp` in Serverless Generic Compute for your workspace. Enable it by enrolling in the Serverless Generic Compute Materialized View/Streaming Table workspace feature preview. If you do not see the beta feature preview available in workspace, please contact your Databricks representative. SQLSTATE: 42601, and I made sure that I entered serverless compute. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I already have made my Spark declarative pipeline, and the first error was that I couldn't run the SQL queries in the notebook while it was the source file of the pipeline. I moved it outside, and then I came across the overarching problem when I finally ran the queries. In every community note/helpdesk it was said that you must toggle the ST/MV feature preview which I don't have in my settings.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is it related to my region, permissions, or is it to do with the Unity catalog? It's a real catch-22 situation for me.&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Aug 2026 17:26:00 GMT</pubDate>
    <dc:creator>adriyak</dc:creator>
    <dc:date>2026-08-05T17:26:00Z</dc:date>
    <item>
      <title>CREATE is not allowed: Cannot CREATE the Streaming Table Serverless Generic Compute</title>
      <link>https://community.databricks.com/t5/data-engineering/create-is-not-allowed-cannot-create-the-streaming-table/m-p/164971#M55366</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new in Databricks, and currently I am in the 8th lecture of the "Get started with data engineering" module. I came across this problem:&amp;nbsp;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="" href="https://docs.databricks.com/error-messages/streaming-table-operation-not-allowed-error-class.html#st_not_enabled_on_serverless_generic_compute" target="_blank" rel="noopener noreferrer"&gt;STREAMING_TABLE_OPERATION_NOT_ALLOWED.ST_NOT_ENABLED_ON_SERVERLESS_GENERIC_COMPUTE&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt; The operation CREATE is not allowed: Cannot CREATE the Streaming Table `current_employees_bronze_sdp` in Serverless Generic Compute for your workspace. Enable it by enrolling in the Serverless Generic Compute Materialized View/Streaming Table workspace feature preview. If you do not see the beta feature preview available in workspace, please contact your Databricks representative. SQLSTATE: 42601, and I made sure that I entered serverless compute. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I already have made my Spark declarative pipeline, and the first error was that I couldn't run the SQL queries in the notebook while it was the source file of the pipeline. I moved it outside, and then I came across the overarching problem when I finally ran the queries. In every community note/helpdesk it was said that you must toggle the ST/MV feature preview which I don't have in my settings.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is it related to my region, permissions, or is it to do with the Unity catalog? It's a real catch-22 situation for me.&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 17:26:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-is-not-allowed-cannot-create-the-streaming-table/m-p/164971#M55366</guid>
      <dc:creator>adriyak</dc:creator>
      <dc:date>2026-08-05T17:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE is not allowed: Cannot CREATE the Streaming Table Serverless Generic Compute</title>
      <link>https://community.databricks.com/t5/data-engineering/create-is-not-allowed-cannot-create-the-streaming-table/m-p/164983#M55368</link>
      <description>&lt;P&gt;The error is not primarily a Unity Catalog or permissions issue. It means the workspace does not have the Serverless Generic Compute Materialized View/Streaming Table preview enabled. &lt;BR /&gt;&lt;BR /&gt;There are two important distinctions here:&lt;/P&gt;
&lt;P&gt;If you are building a Lakeflow/Spark Declarative Pipeline,&amp;nbsp; The CREATE OR REFRESH STREAMING TABLE statement belongs in a &lt;STRONG&gt;pipeline source file and should be executed with Run file or Run pipeline in the Lakeflow Pipelines Editor &lt;/STRONG&gt;and not run as a normal notebook query. Pipeline source files are evaluated by the pipeline engine.&lt;BR /&gt;&lt;BR /&gt;Now if you are are creating a standalone streaming table from a notebook, Serverless Generic Compute support is currently beta, region-limited, and requires the workspace preview. A SQL warehouse is the simpler workaround; standalone tables can be created or refreshed from a Unity Catalog-enabled Pro or Serverless SQL warehouse. &lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 19:54:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-is-not-allowed-cannot-create-the-streaming-table/m-p/164983#M55368</guid>
      <dc:creator>adnan_alvee</dc:creator>
      <dc:date>2026-08-05T19:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE is not allowed: Cannot CREATE the Streaming Table Serverless Generic Compute</title>
      <link>https://community.databricks.com/t5/data-engineering/create-is-not-allowed-cannot-create-the-streaming-table/m-p/164999#M55372</link>
      <description>&lt;P&gt;This usually means your workspace doesn't have the Streaming Tables feature enabled, even if you're using Serverless. If the preview toggle is missing, check with your workspace admin or Databricks support, as it may depend on your workspace or region. If you're following a course, using the provided training workspace may also resolve the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2026 04:58:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-is-not-allowed-cannot-create-the-streaming-table/m-p/164999#M55372</guid>
      <dc:creator>cartergray70543</dc:creator>
      <dc:date>2026-08-06T04:58:12Z</dc:date>
    </item>
  </channel>
</rss>

