<?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: Delta Lake’s CDF Feature in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/delta-lake-s-cdf-feature/m-p/4380#M1121</link>
    <description>&lt;P&gt;Hi @THIAM HUAT TAN​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting your question in our community! We are happy to assist you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best answers your question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will also help other community members who may have similar questions in the future. Thank you for your participation and let us know if you need any further assistance!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 23 May 2023 08:58:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-23T08:58:26Z</dc:date>
    <item>
      <title>Delta Lake’s CDF Feature</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-lake-s-cdf-feature/m-p/4374#M1115</link>
      <description>&lt;P&gt;&lt;A href="https://www.databricks.com/notebooks/delta-lake-cdf.html" target="test_blank"&gt;https://www.databricks.com/notebooks/delta-lake-cdf.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to understand the above article. Could someone explain to be the below questions?&lt;/P&gt;&lt;P&gt;a) From &lt;B&gt;SELECT&lt;/B&gt; * &lt;B&gt;FROM&lt;/B&gt; table_changes('gold_consensus_eps', 2)&lt;/P&gt;&lt;P&gt;why is consensus_eps values of 2.1 and 2.3 for date 3/1/2021? How are those values tabulated?&lt;/P&gt;&lt;P&gt;b) SELECT * FROM gold_consensus_eps&lt;/P&gt;&lt;P&gt;consensus_eps values of is now 2.3 for date 3/1/2021, is it because it gets from _change_type='update_postimage'?&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 12:50:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-lake-s-cdf-feature/m-p/4374#M1115</guid>
      <dc:creator>THIAM_HUATTAN</dc:creator>
      <dc:date>2023-05-15T12:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Lake’s CDF Feature</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-lake-s-cdf-feature/m-p/4375#M1116</link>
      <description>&lt;P&gt;@THIAM HUAT TAN​&amp;nbsp;&lt;/P&gt;&lt;P&gt;update_preimage is a version of the row before update/merge and update_postimage is a version of row after the update/merge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When doing SELECT * FROM table_changes it's showing both values - previous one and current one.&lt;/P&gt;&lt;P&gt;When doing SELECT * FROM tbl it's showing only the current value.&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 05:46:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-lake-s-cdf-feature/m-p/4375#M1116</guid>
      <dc:creator>daniel_sahal</dc:creator>
      <dc:date>2023-05-16T05:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Lake’s CDF Feature</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-lake-s-cdf-feature/m-p/4376#M1117</link>
      <description>&lt;P&gt;thanks Daniel for your kind reply... yes, I understand that...&lt;/P&gt;&lt;P&gt;how does the consensus_eps values of 2.1 and 2.3 for date 3/1/2021 being tabulated/calculated?&lt;/P&gt;&lt;P&gt;I still have no idea how to calculate out those values above.&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 06:07:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-lake-s-cdf-feature/m-p/4376#M1117</guid>
      <dc:creator>THIAM_HUATTAN</dc:creator>
      <dc:date>2023-05-16T06:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Lake’s CDF Feature</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-lake-s-cdf-feature/m-p/4377#M1118</link>
      <description>&lt;P&gt;is that 2.1 = (2+2.2)/2 from the silver table?&lt;/P&gt;&lt;P&gt;how about that 2.3 value? how is it being derived?&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 06:13:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-lake-s-cdf-feature/m-p/4377#M1118</guid>
      <dc:creator>THIAM_HUATTAN</dc:creator>
      <dc:date>2023-05-16T06:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Lake’s CDF Feature</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-lake-s-cdf-feature/m-p/4378#M1119</link>
      <description>&lt;P&gt;@THIAM HUAT TAN​&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.1 from previous + 2.4 from new = average of 2.25 ~2.3&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 06:42:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-lake-s-cdf-feature/m-p/4378#M1119</guid>
      <dc:creator>daniel_sahal</dc:creator>
      <dc:date>2023-05-16T06:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Lake’s CDF Feature</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-lake-s-cdf-feature/m-p/4379#M1120</link>
      <description>&lt;P&gt;oic, thanks a lot Daniel for your clarifications.&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 06:48:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-lake-s-cdf-feature/m-p/4379#M1120</guid>
      <dc:creator>THIAM_HUATTAN</dc:creator>
      <dc:date>2023-05-16T06:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Lake’s CDF Feature</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-lake-s-cdf-feature/m-p/4380#M1121</link>
      <description>&lt;P&gt;Hi @THIAM HUAT TAN​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting your question in our community! We are happy to assist you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best answers your question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will also help other community members who may have similar questions in the future. Thank you for your participation and let us know if you need any further assistance!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 08:58:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-lake-s-cdf-feature/m-p/4380#M1121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-23T08:58:26Z</dc:date>
    </item>
  </channel>
</rss>

