<?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: Cannot create streaming table in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/cannot-create-streaming-table/m-p/154644#M54117</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/226950"&gt;@databrick_enthu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The error is unfortunately misleading. The Materialized View / Streaming Table on Serverless Generic Compute is not yet available for a Preview.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;For now, you have two possibilities:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Attach the notebook to a Serverless SQL Warehouse. This will create a Streaming table and a standalone Declarative Pipeline for it. You will find the pipeline in &lt;STRONG&gt;Jobs &amp;amp; Pipelines &amp;gt; Pipelines &amp;gt; Pipeline named &lt;CODE&gt;ST-&amp;lt;table_name&amp;gt;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Create a Declarative pipeline out from your SQL notebook. For this, go to&amp;nbsp;&lt;STRONG&gt;Jobs &amp;amp; Pipelines &amp;gt; Create ETL Pipeline &amp;gt; Add Existing Assets (your notebook). &lt;/STRONG&gt;Find the whole tutorial &lt;A href="https://docs.databricks.com/aws/en/getting-started/data-pipeline-get-started?language=SQL" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2026 12:10:08 GMT</pubDate>
    <dc:creator>aleksandra_ch</dc:creator>
    <dc:date>2026-04-15T12:10:08Z</dc:date>
    <item>
      <title>Cannot create streaming table</title>
      <link>https://community.databricks.com/t5/data-engineering/cannot-create-streaming-table/m-p/154432#M54099</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;while trying to create a streaming table in sql notebook, i am getting below error. please can you assist to fix it.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The operation CREATE is not allowed: Cannot CREATE the Streaming Table `my_catalog`.`test_schema`.`emp` 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&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;db_enthu&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 10:03:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/cannot-create-streaming-table/m-p/154432#M54099</guid>
      <dc:creator>databrick_enthu</dc:creator>
      <dc:date>2026-04-14T10:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create streaming table</title>
      <link>https://community.databricks.com/t5/data-engineering/cannot-create-streaming-table/m-p/154450#M54103</link>
      <description>&lt;P&gt;The error occurs because your Databricks workspace uses Serverless Generic Compute, which requires a specific preview feature for creating streaming tables or materialized views. To resolve this, you must enroll in the "Serverless Generic Compute Materialized View/Streaming Table" workspace feature preview.&lt;/P&gt;&lt;P&gt;Enable the Feature&lt;BR /&gt;Access your Databricks workspace admin settings or account console to check for available beta/preview features under workspace configuration. If the option appears, enable it directly; otherwise, contact your Databricks account representative as instructed in the error.&lt;/P&gt;&lt;P&gt;Prerequisites&lt;BR /&gt;Ensure your workspace has Unity Catalog enabled and serverless compute activated, as streaming tables rely on serverless pipelines. Use a compatible SQL warehouse (serverless-enabled) for the CREATE STREAMING TABLE command in your notebook.&lt;/P&gt;&lt;P&gt;Workaround Options&lt;BR /&gt;Switch to a non-serverless SQL warehouse or cluster if available for testing, though full streaming table support needs serverless.&lt;/P&gt;&lt;P&gt;Use CREATE OR REFRESH STREAMING TABLE syntax post-enrollment, specifying Unity Catalog fully (e.g., my_catalog.test_schema.emp).&lt;/P&gt;&lt;P&gt;DBX documentation:&lt;BR /&gt;&lt;A href="https://docs.databricks.com/aws/en/ldp/dbsql/streaming" target="_blank"&gt;https://docs.databricks.com/aws/en/ldp/dbsql/streaming&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 13:33:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/cannot-create-streaming-table/m-p/154450#M54103</guid>
      <dc:creator>NageshPatil</dc:creator>
      <dc:date>2026-04-14T13:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create streaming table</title>
      <link>https://community.databricks.com/t5/data-engineering/cannot-create-streaming-table/m-p/154644#M54117</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/226950"&gt;@databrick_enthu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The error is unfortunately misleading. The Materialized View / Streaming Table on Serverless Generic Compute is not yet available for a Preview.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;For now, you have two possibilities:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Attach the notebook to a Serverless SQL Warehouse. This will create a Streaming table and a standalone Declarative Pipeline for it. You will find the pipeline in &lt;STRONG&gt;Jobs &amp;amp; Pipelines &amp;gt; Pipelines &amp;gt; Pipeline named &lt;CODE&gt;ST-&amp;lt;table_name&amp;gt;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Create a Declarative pipeline out from your SQL notebook. For this, go to&amp;nbsp;&lt;STRONG&gt;Jobs &amp;amp; Pipelines &amp;gt; Create ETL Pipeline &amp;gt; Add Existing Assets (your notebook). &lt;/STRONG&gt;Find the whole tutorial &lt;A href="https://docs.databricks.com/aws/en/getting-started/data-pipeline-get-started?language=SQL" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 12:10:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/cannot-create-streaming-table/m-p/154644#M54117</guid>
      <dc:creator>aleksandra_ch</dc:creator>
      <dc:date>2026-04-15T12:10:08Z</dc:date>
    </item>
  </channel>
</rss>

