<?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 DLT Incrimental  Load And Metadata Capture in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/dlt-incrimental-load-and-metadata-capture/m-p/127773#M48078</link>
    <description>&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;Hello,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;I'm building a Delta Live Tables (DLT) pipeline to load data from a cloud source into an on-premise warehouse. My source tables have Change Data Feed (CDF) enabled, and my pipeline code is complex, involving joins of multiple Slowly Changing Dimensions (SCDs).&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;The pipeline is intended to perform an incremental load, but I've noticed it's reading and processing significantly more rows than expected. This is leading to inefficient pipeline runs.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;I also need to capture DLT-generated metadata, specifically the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;change type&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt; (&lt;/SPAN&gt;&lt;SPAN class=""&gt;_change type&lt;/SPAN&gt;&lt;SPAN class=""&gt;) and &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;commit version&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt; (&lt;/SPAN&gt;&lt;SPAN class=""&gt;_commit version&lt;/SPAN&gt;&lt;SPAN class=""&gt;) from the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;final DLT output table&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;, not the source tables.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;Could you please provide guidance on how to configure the DLT pipeline for a truly incremental load while also ensuring I can capture this essential metadata from the Change Data Feed of the DLT table itself?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Aug 2025 09:48:12 GMT</pubDate>
    <dc:creator>Ovasheli</dc:creator>
    <dc:date>2025-08-08T09:48:12Z</dc:date>
    <item>
      <title>DLT Incrimental  Load And Metadata Capture</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-incrimental-load-and-metadata-capture/m-p/127773#M48078</link>
      <description>&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;Hello,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;I'm building a Delta Live Tables (DLT) pipeline to load data from a cloud source into an on-premise warehouse. My source tables have Change Data Feed (CDF) enabled, and my pipeline code is complex, involving joins of multiple Slowly Changing Dimensions (SCDs).&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;The pipeline is intended to perform an incremental load, but I've noticed it's reading and processing significantly more rows than expected. This is leading to inefficient pipeline runs.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;I also need to capture DLT-generated metadata, specifically the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;change type&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt; (&lt;/SPAN&gt;&lt;SPAN class=""&gt;_change type&lt;/SPAN&gt;&lt;SPAN class=""&gt;) and &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;commit version&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt; (&lt;/SPAN&gt;&lt;SPAN class=""&gt;_commit version&lt;/SPAN&gt;&lt;SPAN class=""&gt;) from the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;final DLT output table&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;, not the source tables.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;Could you please provide guidance on how to configure the DLT pipeline for a truly incremental load while also ensuring I can capture this essential metadata from the Change Data Feed of the DLT table itself?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 09:48:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-incrimental-load-and-metadata-capture/m-p/127773#M48078</guid>
      <dc:creator>Ovasheli</dc:creator>
      <dc:date>2025-08-08T09:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Incrimental  Load And Metadata Capture</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-incrimental-load-and-metadata-capture/m-p/127777#M48080</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/178457"&gt;@Ovasheli&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The thing is with Declarative Pipelines (former DLT) you can't always force incremental load. For example, if you're using materialized views&amp;nbsp;&lt;SPAN&gt;in your pipeline&amp;nbsp;there is an optimizer called Enzyme that can selectively incrementally load materialized views when the optimizer determines that an incremental update is a more optimal strategy than a full update. Enzyme chooses an incremental strategy when a number of factors are true (for example what operator you use in pipeline etc) . If you have a complex pipeline then Enzyme can estimate that it's better to perform full refresh instead of incremental one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can read more about it here:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/optimizations/incremental-refresh" target="_blank" rel="noopener"&gt;Incremental refresh for materialized views - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 11:12:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-incrimental-load-and-metadata-capture/m-p/127777#M48080</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-08T11:12:51Z</dc:date>
    </item>
  </channel>
</rss>

