<?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: The operation CHANGE DATA FEED is not allowed on Streaming Tables. in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/the-operation-change-data-feed-is-not-allowed-on-streaming/m-p/53977#M29948</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;To facilitate this, there are certain specific operations that are allowed on streaming tables. If you encounter this error, it's likely that the operation you're attempting to use is not one of the supported ones. You will need to review the documentation for streaming tables to determine which operations are allowed and how to properly use them.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Nov 2023 15:34:25 GMT</pubDate>
    <dc:creator>AG2</dc:creator>
    <dc:date>2023-11-27T15:34:25Z</dc:date>
    <item>
      <title>The operation CHANGE DATA FEED is not allowed on Streaming Tables.</title>
      <link>https://community.databricks.com/t5/data-engineering/the-operation-change-data-feed-is-not-allowed-on-streaming/m-p/53974#M29947</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have a workflow that starts by reading the CDF data for a change data feed.&lt;/P&gt;&lt;P&gt;The syntax is exactly the following :&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spark.readStream&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;format&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"delta"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;option&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"readChangeFeed"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"true"&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;option&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"startingVersion"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;10&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;table&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"my.streaming.table"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;display&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I get the following error :&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;[STREAMING_TABLE_OPERATION_NOT_ALLOWED.UNSUPPORTED_OPERATION] The operation CHANGE DATA FEED is not allowed: The operation is not supported on Streaming Tables.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;I made sure the version exists in the history of the table, and the CDF is enabled for my table.&lt;/DIV&gt;&lt;DIV&gt;A couple of weeks ago the code used to run without issue, did something change ? Thank you&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Nov 2023 15:26:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/the-operation-change-data-feed-is-not-allowed-on-streaming/m-p/53974#M29947</guid>
      <dc:creator>erigaud</dc:creator>
      <dc:date>2023-11-27T15:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: The operation CHANGE DATA FEED is not allowed on Streaming Tables.</title>
      <link>https://community.databricks.com/t5/data-engineering/the-operation-change-data-feed-is-not-allowed-on-streaming/m-p/53977#M29948</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;To facilitate this, there are certain specific operations that are allowed on streaming tables. If you encounter this error, it's likely that the operation you're attempting to use is not one of the supported ones. You will need to review the documentation for streaming tables to determine which operations are allowed and how to properly use them.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 15:34:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/the-operation-change-data-feed-is-not-allowed-on-streaming/m-p/53977#M29948</guid>
      <dc:creator>AG2</dc:creator>
      <dc:date>2023-11-27T15:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: The operation CHANGE DATA FEED is not allowed on Streaming Tables.</title>
      <link>https://community.databricks.com/t5/data-engineering/the-operation-change-data-feed-is-not-allowed-on-streaming/m-p/53983#M29953</link>
      <description>&lt;P&gt;The operation I'm attempting is supported, it's literally the same thing as what is showed in the documentation (&lt;A href="https://docs.databricks.com/en/delta/delta-change-data-feed.html" target="_blank"&gt;https://docs.databricks.com/en/delta/delta-change-data-feed.html&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;Moreover as I said the code used to work just a couple of weeks ago.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 16:00:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/the-operation-change-data-feed-is-not-allowed-on-streaming/m-p/53983#M29953</guid>
      <dc:creator>erigaud</dc:creator>
      <dc:date>2023-11-27T16:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: The operation CHANGE DATA FEED is not allowed on Streaming Tables.</title>
      <link>https://community.databricks.com/t5/data-engineering/the-operation-change-data-feed-is-not-allowed-on-streaming/m-p/55502#M30350</link>
      <description>&lt;P&gt;Hi, this seems to be related to the issue I've been getting around the same time here:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.databricks.com/t5/data-engineering/change-data-feed-from-target-tables-of-apply-changes/td-p/54436" target="_blank"&gt;Change data feed from target tables of APPLY CHANG... - Databricks - 54436&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Would be great to get an explanation for the sudden change in behaviour.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 11:51:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/the-operation-change-data-feed-is-not-allowed-on-streaming/m-p/55502#M30350</guid>
      <dc:creator>afk</dc:creator>
      <dc:date>2023-12-19T11:51:27Z</dc:date>
    </item>
  </channel>
</rss>

