<?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: DLT pipeline - reading from external tables in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/dlt-pipeline-reading-from-external-tables/m-p/78868#M35625</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/96755"&gt;@ksenija&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope this message finds you well.&lt;/P&gt;
&lt;P&gt;Is your source table receiving new records? If so, are the fields (operation/sequenceNum) being filled?&lt;/P&gt;
&lt;P&gt;If possible, please provide a sample of the code you are using to create your target table with&amp;nbsp;&lt;CODE&gt;apply changes&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Lucas Rocha&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2024 20:13:40 GMT</pubDate>
    <dc:creator>lucasrocha</dc:creator>
    <dc:date>2024-07-15T20:13:40Z</dc:date>
    <item>
      <title>DLT pipeline - reading from external tables</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-pipeline-reading-from-external-tables/m-p/78763#M35598</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I created a DLT pipeline where my sources are external tables. I have to apply changes (stored_as_scd_type = 1). However, when I run my pipeline, I don't see any incremental uploads. The data remains in the same state as when I first created the pipeline. Do you have any suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 08:43:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-pipeline-reading-from-external-tables/m-p/78763#M35598</guid>
      <dc:creator>ksenija</dc:creator>
      <dc:date>2024-07-15T08:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: DLT pipeline - reading from external tables</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-pipeline-reading-from-external-tables/m-p/78868#M35625</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/96755"&gt;@ksenija&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope this message finds you well.&lt;/P&gt;
&lt;P&gt;Is your source table receiving new records? If so, are the fields (operation/sequenceNum) being filled?&lt;/P&gt;
&lt;P&gt;If possible, please provide a sample of the code you are using to create your target table with&amp;nbsp;&lt;CODE&gt;apply changes&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Lucas Rocha&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 20:13:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-pipeline-reading-from-external-tables/m-p/78868#M35625</guid>
      <dc:creator>lucasrocha</dc:creator>
      <dc:date>2024-07-15T20:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: DLT pipeline - reading from external tables</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-pipeline-reading-from-external-tables/m-p/78924#M35638</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/101999"&gt;@lucasrocha&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Yes, we are receiving new records in our tables and updated_at is always populated. We are using the same script to read data from foreign catalog and that DLT pipeline is working completely fine&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt; dlt.apply_changes(
       target = target_table,
       source = source_table,
       keys = ["id"],
       sequence_by = col("updated_at"),
       stored_as_scd_type = "1"
     )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Ksenija&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Jul 2024 07:40:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-pipeline-reading-from-external-tables/m-p/78924#M35638</guid>
      <dc:creator>ksenija</dc:creator>
      <dc:date>2024-07-16T07:40:57Z</dc:date>
    </item>
  </channel>
</rss>

