<?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: Truncate delta live table and try to repopulate it in the pipeline in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/truncate-delta-live-table-and-try-to-repopulate-it-in-the/m-p/18841#M12559</link>
    <description>&lt;P&gt;I bet it is because of checkpoints. Will full refresh in DLT not work for you? Alternatively, drop the table, as DLT will recreate it automatically.&lt;/P&gt;</description>
    <pubDate>Sat, 03 Dec 2022 16:10:32 GMT</pubDate>
    <dc:creator>Hubert-Dudek</dc:creator>
    <dc:date>2022-12-03T16:10:32Z</dc:date>
    <item>
      <title>Truncate delta live table and try to repopulate it in the pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/truncate-delta-live-table-and-try-to-repopulate-it-in-the/m-p/18840#M12558</link>
      <description>&lt;P&gt;Has anyone attempted to truncate a delta live gold level table that gets populated via a pipeline and then tried to repopulate it by starting the pipeline. I have this situation wherein i need to reprocess all data in my gold table, so i stopped the pipeline and truncated it, when i restarted the pipeline, it is erroring out while it gets to the gold table with the following error&lt;/P&gt;&lt;P&gt;org.apache.spark.sql.streaming.StreamingQueryException: Query terminated with exception: Job aborted.&lt;/P&gt;&lt;P&gt;at org.apache.spark.sql.execution.streaming.StreamExecution.org$apache$spark$sql$execution$streaming$StreamExecution$$runStream(StreamExecution.scala:403)&lt;/P&gt;&lt;P&gt;at org.apache.spark.sql.execution.streaming.StreamExecution$$anon$1.$anonfun$run$4(StreamExecution.scala:269)&lt;/P&gt;&lt;P&gt;at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)&lt;/P&gt;&lt;P&gt;at com.databricks.unity.EmptyHandle$.runWithAndClose(UCSHandle.scala:42)&lt;/P&gt;&lt;P&gt;at org.apache.spark.sql.execution.streaming.StreamExecution$$anon$1.run(StreamExecution.scala:269)&lt;/P&gt;&lt;P&gt;Any insight on this would be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 15:08:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/truncate-delta-live-table-and-try-to-repopulate-it-in-the/m-p/18840#M12558</guid>
      <dc:creator>Raghu_Bindingan</dc:creator>
      <dc:date>2022-12-03T15:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Truncate delta live table and try to repopulate it in the pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/truncate-delta-live-table-and-try-to-repopulate-it-in-the/m-p/18841#M12559</link>
      <description>&lt;P&gt;I bet it is because of checkpoints. Will full refresh in DLT not work for you? Alternatively, drop the table, as DLT will recreate it automatically.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 16:10:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/truncate-delta-live-table-and-try-to-repopulate-it-in-the/m-p/18841#M12559</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-12-03T16:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Truncate delta live table and try to repopulate it in the pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/truncate-delta-live-table-and-try-to-repopulate-it-in-the/m-p/18842#M12560</link>
      <description>&lt;P&gt;Thanks @Hubert Dudek​&amp;nbsp; I will try dropping and creating the table. &lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 16:31:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/truncate-delta-live-table-and-try-to-repopulate-it-in-the/m-p/18842#M12560</guid>
      <dc:creator>Raghu_Bindingan</dc:creator>
      <dc:date>2022-12-03T16:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Truncate delta live table and try to repopulate it in the pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/truncate-delta-live-table-and-try-to-repopulate-it-in-the/m-p/18843#M12561</link>
      <description>&lt;P&gt;Tried that too but it is failing to repopulate the data, looks like some metadata is being stored somewhere which is causing this &lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 19:16:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/truncate-delta-live-table-and-try-to-repopulate-it-in-the/m-p/18843#M12561</guid>
      <dc:creator>Raghu_Bindingan</dc:creator>
      <dc:date>2022-12-03T19:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Truncate delta live table and try to repopulate it in the pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/truncate-delta-live-table-and-try-to-repopulate-it-in-the/m-p/18844#M12562</link>
      <description>&lt;P&gt;Please can you confirm if the job is still failing with the&amp;nbsp;same error even after “&lt;B&gt;FULL REFRESH ALL&lt;/B&gt;” option? If so please share the full stack trace and is it failing in any of the below steps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Creating update&lt;/LI&gt;&lt;LI&gt;Waiting for resources&lt;/LI&gt;&lt;LI&gt;Initializing&lt;/LI&gt;&lt;LI&gt;Resetting tables&lt;/LI&gt;&lt;LI&gt;Setting up tables&lt;/LI&gt;&lt;LI&gt;Rendering graph&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also from “Pipeline event log details” what is the error message you see?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 19:57:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/truncate-delta-live-table-and-try-to-repopulate-it-in-the/m-p/18844#M12562</guid>
      <dc:creator>Rajeev45</dc:creator>
      <dc:date>2023-01-30T19:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Truncate delta live table and try to repopulate it in the pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/truncate-delta-live-table-and-try-to-repopulate-it-in-the/m-p/154767#M54140</link>
      <description>&lt;P&gt;My Blog on this&lt;/P&gt;&lt;P&gt;&lt;A href="https://medium.com/@singh.sanjiv/truncate-and-load-streaming-live-table-8f840eb424d1" target="_blank"&gt;https://medium.com/@singh.sanjiv/truncate-and-load-streaming-live-table-8f840eb424d1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 22:51:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/truncate-delta-live-table-and-try-to-repopulate-it-in-the/m-p/154767#M54140</guid>
      <dc:creator>sanjivsingh</dc:creator>
      <dc:date>2026-04-16T22:51:07Z</dc:date>
    </item>
  </channel>
</rss>

