<?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: removal of Delta live tables in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/removal-of-delta-live-tables/m-p/110920#M43742</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/124640"&gt;@Anish_2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How are you doing today? I agree with&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/67022"&gt;@KaranamS&lt;/a&gt;'s answer.&lt;/P&gt;&lt;P&gt;Databricks marks the table as inactive instead of removing it to prevent accidental data loss, allowing you to restore it if needed. Once inactive, the table remains in Unity Catalog but won’t be updated by the pipeline. To fully remove it, you need to manually run DROP TABLE catalog1.schema1.table1; in SQL. If it’s a managed table, use DROP TABLE ... PURGE; to also delete storage files. Databricks doesn’t auto-remove tables when they are removed from the pipeline, so cleanup must be done manually.&lt;/P&gt;&lt;P&gt;Give a try and let me know if this works!&lt;/P&gt;&lt;P&gt;Good day.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brahma&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2025 20:52:34 GMT</pubDate>
    <dc:creator>Brahmareddy</dc:creator>
    <dc:date>2025-02-21T20:52:34Z</dc:date>
    <item>
      <title>removal of Delta live tables</title>
      <link>https://community.databricks.com/t5/data-engineering/removal-of-delta-live-tables/m-p/110822#M43703</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I have removed definition of table from delta live table pipeline but table is still present in unity catalog. In event log, it is giving below message&lt;/P&gt;&lt;P&gt;Materialized View '`catalog1`.`schema1`.`table1`' is no longer defined in the pipeline and has been marked as inactive in Unity Catalog.&lt;BR /&gt;This table will no longer be updated by the pipeline on the next update.&lt;BR /&gt;If you want this table to be updated by the pipeline on the next update, you can add the table definition back to the pipeline&lt;BR /&gt;which will make the table active again.&lt;/P&gt;&lt;P&gt;Could you please help me why table is marked inactive instead of removal?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 08:36:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/removal-of-delta-live-tables/m-p/110822#M43703</guid>
      <dc:creator>Anish_2</dc:creator>
      <dc:date>2025-02-21T08:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: removal of Delta live tables</title>
      <link>https://community.databricks.com/t5/data-engineering/removal-of-delta-live-tables/m-p/110905#M43738</link>
      <description>&lt;P&gt;In DLT, when you remove table definition, it is not automatically dropped from Unity Catalog. This is to prevent any accidental data loss and reactivate easily if needed. If you want the table to be deleted from UC, manual cleanup is required.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 19:07:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/removal-of-delta-live-tables/m-p/110905#M43738</guid>
      <dc:creator>KaranamS</dc:creator>
      <dc:date>2025-02-21T19:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: removal of Delta live tables</title>
      <link>https://community.databricks.com/t5/data-engineering/removal-of-delta-live-tables/m-p/110920#M43742</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/124640"&gt;@Anish_2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How are you doing today? I agree with&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/67022"&gt;@KaranamS&lt;/a&gt;'s answer.&lt;/P&gt;&lt;P&gt;Databricks marks the table as inactive instead of removing it to prevent accidental data loss, allowing you to restore it if needed. Once inactive, the table remains in Unity Catalog but won’t be updated by the pipeline. To fully remove it, you need to manually run DROP TABLE catalog1.schema1.table1; in SQL. If it’s a managed table, use DROP TABLE ... PURGE; to also delete storage files. Databricks doesn’t auto-remove tables when they are removed from the pipeline, so cleanup must be done manually.&lt;/P&gt;&lt;P&gt;Give a try and let me know if this works!&lt;/P&gt;&lt;P&gt;Good day.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brahma&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 20:52:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/removal-of-delta-live-tables/m-p/110920#M43742</guid>
      <dc:creator>Brahmareddy</dc:creator>
      <dc:date>2025-02-21T20:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: removal of Delta live tables</title>
      <link>https://community.databricks.com/t5/data-engineering/removal-of-delta-live-tables/m-p/111678#M43968</link>
      <description>&lt;P&gt;We are using on job cluster and i have observed that configuration &lt;SPAN&gt;&lt;STRONG&gt;pipelines.dropInactiveTables false&lt;/STRONG&gt;&amp;nbsp; is coming under advanced configuration of cluster. This is coming after latest release of databricks. While creating DLT, i added this property as True then databricks is removing table instead of marking it as inactive. Can you guide me if we can use same property in cluster policy definition?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 08:49:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/removal-of-delta-live-tables/m-p/111678#M43968</guid>
      <dc:creator>Anish_2</dc:creator>
      <dc:date>2025-03-04T08:49:10Z</dc:date>
    </item>
  </channel>
</rss>

