<?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: change data feed on delta live tables in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/change-data-feed-on-delta-live-tables/m-p/4901#M1483</link>
    <description>&lt;P&gt;if the silver table is a delta lake table, and change data feed is enabled that should be possible.&lt;/P&gt;</description>
    <pubDate>Wed, 03 May 2023 09:07:25 GMT</pubDate>
    <dc:creator>-werners-</dc:creator>
    <dc:date>2023-05-03T09:07:25Z</dc:date>
    <item>
      <title>change data feed on delta live tables</title>
      <link>https://community.databricks.com/t5/data-engineering/change-data-feed-on-delta-live-tables/m-p/4900#M1482</link>
      <description>&lt;P&gt;I have a delta live table where I am reading cdc data and merging this data in silver using apply changes. In silver can I find out what all data has changed since the last run similar to change data feed table_changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 14:05:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/change-data-feed-on-delta-live-tables/m-p/4900#M1482</guid>
      <dc:creator>PriyaAnanthram</dc:creator>
      <dc:date>2023-05-02T14:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: change data feed on delta live tables</title>
      <link>https://community.databricks.com/t5/data-engineering/change-data-feed-on-delta-live-tables/m-p/4901#M1483</link>
      <description>&lt;P&gt;if the silver table is a delta lake table, and change data feed is enabled that should be possible.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 09:07:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/change-data-feed-on-delta-live-tables/m-p/4901#M1483</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-05-03T09:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: change data feed on delta live tables</title>
      <link>https://community.databricks.com/t5/data-engineering/change-data-feed-on-delta-live-tables/m-p/4902#M1484</link>
      <description>&lt;P&gt;thanks for your reply @Werner Stinckens​&amp;nbsp; i have enabled change data feed but the issue is every time i run the dlt pipeline an overwrite happens so when i do table_changes between versions i see all the changes as inserts?&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 10:05:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/change-data-feed-on-delta-live-tables/m-p/4902#M1484</guid>
      <dc:creator>PriyaAnanthram</dc:creator>
      <dc:date>2023-05-03T10:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: change data feed on delta live tables</title>
      <link>https://community.databricks.com/t5/data-engineering/change-data-feed-on-delta-live-tables/m-p/4903#M1485</link>
      <description>&lt;P&gt;I also have a requirment where i  write to a live table (materialized view) and have cdf enabled i want to see the changes but here to i see overwrites happening after dlt pipeline runs&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 10:07:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/change-data-feed-on-delta-live-tables/m-p/4903#M1485</guid>
      <dc:creator>PriyaAnanthram</dc:creator>
      <dc:date>2023-05-03T10:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: change data feed on delta live tables</title>
      <link>https://community.databricks.com/t5/data-engineering/change-data-feed-on-delta-live-tables/m-p/4904#M1486</link>
      <description>&lt;P&gt;CDF should also deliver updates and deletes, not only inserts.  Perhaps the way you merge the table?&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 11:16:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/change-data-feed-on-delta-live-tables/m-p/4904#M1486</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-05-03T11:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: change data feed on delta live tables</title>
      <link>https://community.databricks.com/t5/data-engineering/change-data-feed-on-delta-live-tables/m-p/4905#M1487</link>
      <description>&lt;P&gt;I think my main problem is that i havent been able to enable change data feed on the silver layer since its a view..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dlt.create_target_table(f"silver_{schemaName}_{tableName}",table_properties = {'delta.enableChangeDataFeed': 'true'})&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see the changes so scd is happening...&lt;/P&gt;&lt;P&gt;&amp;nbsp;have been able to enable cdf on the bronze&lt;/P&gt;&lt;P&gt;Error in SQL statement: DeltaAnalysisException: Cannot describe the history of a view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 12:15:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/change-data-feed-on-delta-live-tables/m-p/4905#M1487</guid>
      <dc:creator>PriyaAnanthram</dc:creator>
      <dc:date>2023-05-03T12:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: change data feed on delta live tables</title>
      <link>https://community.databricks.com/t5/data-engineering/change-data-feed-on-delta-live-tables/m-p/4906#M1488</link>
      <description>&lt;P&gt;The docs only mention tables, so that probably means views are not supported.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 12:45:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/change-data-feed-on-delta-live-tables/m-p/4906#M1488</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-05-03T12:45:13Z</dc:date>
    </item>
  </channel>
</rss>

