<?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: How to remove checkpoints from DeltaLake table ? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-remove-checkpoints-from-deltalake-table/m-p/6750#M2772</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Proposed solution looks good, I will be testing it,&lt;/P&gt;&lt;P&gt; but can you tell me why I can't found this param in offical DB documentation ?&lt;/P&gt;&lt;P&gt;I would like to have more infromation about before apply this configuration on prod evn. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Apr 2023 11:34:54 GMT</pubDate>
    <dc:creator>Hunter1604</dc:creator>
    <dc:date>2023-04-03T11:34:54Z</dc:date>
    <item>
      <title>How to remove checkpoints from DeltaLake table ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-remove-checkpoints-from-deltalake-table/m-p/6746#M2768</link>
      <description>&lt;P&gt;How to remove checkpoints from DeltaLake table ?&lt;/P&gt;&lt;P&gt;I see that on my delta table exist a few checkpoints I want to remove the oldest one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that&amp;nbsp;existing of it is blocking removing the oldest _delta_logs entries &lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 18:44:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-remove-checkpoints-from-deltalake-table/m-p/6746#M2768</guid>
      <dc:creator>Hunter1604</dc:creator>
      <dc:date>2023-03-30T18:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove checkpoints from DeltaLake table ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-remove-checkpoints-from-deltalake-table/m-p/6747#M2769</link>
      <description>&lt;P&gt;Hi @Pawel Woj​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to keep your checkpoints X days, you can set delta.checkpointRetentionDuration to X days this way:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;spark.sql(f"""
        ALTER TABLE delta.`path`
            SET TBLPROPERTIES (
                delta.checkpointRetentionDuration = 'X days'
            )
        """
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 09:11:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-remove-checkpoints-from-deltalake-table/m-p/6747#M2769</guid>
      <dc:creator>Ajay-Pandey</dc:creator>
      <dc:date>2023-03-31T09:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove checkpoints from DeltaLake table ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-remove-checkpoints-from-deltalake-table/m-p/6748#M2770</link>
      <description>&lt;P&gt;Hi @Pawel Woj​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope everything is going great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us so we can help you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 02:09:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-remove-checkpoints-from-deltalake-table/m-p/6748#M2770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-01T02:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove checkpoints from DeltaLake table ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-remove-checkpoints-from-deltalake-table/m-p/6749#M2771</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;This looks well, thanks - will be testing it.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 11:31:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-remove-checkpoints-from-deltalake-table/m-p/6749#M2771</guid>
      <dc:creator>Hunter1604</dc:creator>
      <dc:date>2023-04-03T11:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove checkpoints from DeltaLake table ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-remove-checkpoints-from-deltalake-table/m-p/6750#M2772</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Proposed solution looks good, I will be testing it,&lt;/P&gt;&lt;P&gt; but can you tell me why I can't found this param in offical DB documentation ?&lt;/P&gt;&lt;P&gt;I would like to have more infromation about before apply this configuration on prod evn. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 11:34:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-remove-checkpoints-from-deltalake-table/m-p/6750#M2772</guid>
      <dc:creator>Hunter1604</dc:creator>
      <dc:date>2023-04-03T11:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove checkpoints from DeltaLake table ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-remove-checkpoints-from-deltalake-table/m-p/6751#M2773</link>
      <description>&lt;P&gt;Test and let me know if it's working for you.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 12:33:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-remove-checkpoints-from-deltalake-table/m-p/6751#M2773</guid>
      <dc:creator>Ajay-Pandey</dc:creator>
      <dc:date>2023-04-03T12:33:42Z</dc:date>
    </item>
  </channel>
</rss>

