<?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 How to do a Full Load using DLT pipeline in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-do-a-full-load-using-dlt-pipeline/m-p/110043#M43469</link>
    <description>&lt;P&gt;&lt;SPAN&gt;if I use "spark.readStream" it does incremental loads and If I do "spark.read" it creates a materialised view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I want is:&amp;nbsp; do a full load each time(no need of scd types) and it should be a streaming table and not a materialised view.&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciable.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2025 20:38:54 GMT</pubDate>
    <dc:creator>ImranA</dc:creator>
    <dc:date>2025-02-12T20:38:54Z</dc:date>
    <item>
      <title>How to do a Full Load using DLT pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-do-a-full-load-using-dlt-pipeline/m-p/110043#M43469</link>
      <description>&lt;P&gt;&lt;SPAN&gt;if I use "spark.readStream" it does incremental loads and If I do "spark.read" it creates a materialised view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I want is:&amp;nbsp; do a full load each time(no need of scd types) and it should be a streaming table and not a materialised view.&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciable.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 20:38:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-do-a-full-load-using-dlt-pipeline/m-p/110043#M43469</guid>
      <dc:creator>ImranA</dc:creator>
      <dc:date>2025-02-12T20:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to do a Full Load using DLT pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-do-a-full-load-using-dlt-pipeline/m-p/110070#M43479</link>
      <description>&lt;P&gt;In Databricks Delta Live Tables (DLT), you can't directly truncate a streaming table, as streaming tables are append-only by design.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However in your scenario, you could possibly use a job workflow, where the first task runs a sql statement (using serverless sql) to truncate the table and the following job runs your DLT pipeline.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 03:06:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-do-a-full-load-using-dlt-pipeline/m-p/110070#M43479</guid>
      <dc:creator>AmanSehgal</dc:creator>
      <dc:date>2025-02-13T03:06:09Z</dc:date>
    </item>
  </channel>
</rss>

