<?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: Retrieving Last Data and Metadata Refresh DateTimes of table in Databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/retrieving-last-data-and-metadata-refresh-datetimes-of-table-in/m-p/132488#M49509</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;If this is the correct documentation, then why am I not able to see operations like &lt;STRONG&gt;ADD COLUMNS&lt;/STRONG&gt; or &lt;STRONG&gt;DROP COLUMNS&lt;/STRONG&gt; listed there? I have observed these operation types in the output of DESCRIBE HISTORY, but they don’t seem to be documented in the link.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 18 Sep 2025 17:53:09 GMT</pubDate>
    <dc:creator>gayatrikhatale</dc:creator>
    <dc:date>2025-09-18T17:53:09Z</dc:date>
    <item>
      <title>Retrieving Last Data and Metadata Refresh DateTimes of table in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/retrieving-last-data-and-metadata-refresh-datetimes-of-table-in/m-p/132486#M49507</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I had a query regarding how to accurately retrieve the &lt;STRONG&gt;last data refresh datetime&lt;/STRONG&gt; and &lt;STRONG&gt;last metadata refresh datetime&lt;/STRONG&gt; for tables in Databricks. Currently, the only reliable approach I am aware of is using the DESCRIBE HISTORY command with filters on operations column such as WRITE, UPDATE, DELETE, MERGE, or ALTER TABLE.&lt;/P&gt;&lt;P&gt;However, I could not find a comprehensive list of all possible operations that can appear in the operation column of DESCRIBE HISTORY&amp;nbsp;so I can separate them. The documentation here — &lt;A class="" href="https://docs.databricks.com/aws/en/delta/history?utm_source=chatgpt.com" target="_new" rel="noopener"&gt;Databricks Delta Table History&lt;/A&gt; — only provides examples of operation metric key values, but not the full list of supported operations.&lt;/P&gt;&lt;P&gt;Could you please help me.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 17:22:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/retrieving-last-data-and-metadata-refresh-datetimes-of-table-in/m-p/132486#M49507</guid>
      <dc:creator>gayatrikhatale</dc:creator>
      <dc:date>2025-09-18T17:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Last Data and Metadata Refresh DateTimes of table in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/retrieving-last-data-and-metadata-refresh-datetimes-of-table-in/m-p/132487#M49508</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/162302"&gt;@gayatrikhatale&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I think you already found correct place in documentation. It lists all supported operations in the first column.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/delta/history?#operation-metrics-key" target="_blank"&gt;https://docs.databricks.com/aws/en/delta/history?#operation-metrics-key&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 17:46:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/retrieving-last-data-and-metadata-refresh-datetimes-of-table-in/m-p/132487#M49508</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-18T17:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Last Data and Metadata Refresh DateTimes of table in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/retrieving-last-data-and-metadata-refresh-datetimes-of-table-in/m-p/132488#M49509</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;If this is the correct documentation, then why am I not able to see operations like &lt;STRONG&gt;ADD COLUMNS&lt;/STRONG&gt; or &lt;STRONG&gt;DROP COLUMNS&lt;/STRONG&gt; listed there? I have observed these operation types in the output of DESCRIBE HISTORY, but they don’t seem to be documented in the link.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 17:53:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/retrieving-last-data-and-metadata-refresh-datetimes-of-table-in/m-p/132488#M49509</guid>
      <dc:creator>gayatrikhatale</dc:creator>
      <dc:date>2025-09-18T17:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Last Data and Metadata Refresh DateTimes of table in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/retrieving-last-data-and-metadata-refresh-datetimes-of-table-in/m-p/132490#M49510</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had a similar need once and referred the delta-io git&amp;nbsp;&lt;A href="https://github.com/delta-io/delta/blob/master/spark/src/main/scala/org/apache/spark/sql/delta/DeltaOperations.scala#L973" target="_self"&gt;repository&lt;/A&gt; for full list of metrics. It is the not the best way but we get an idea of what all is available in the metrics.&amp;nbsp;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Siva&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 18:08:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/retrieving-last-data-and-metadata-refresh-datetimes-of-table-in/m-p/132490#M49510</guid>
      <dc:creator>siva-anantha</dc:creator>
      <dc:date>2025-09-18T18:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Last Data and Metadata Refresh DateTimes of table in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/retrieving-last-data-and-metadata-refresh-datetimes-of-table-in/m-p/132499#M49511</link>
      <description>&lt;P&gt;Thanks for information. To be honest I've always thought that this table contains all supported operations. I learn everyday something new &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 19:13:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/retrieving-last-data-and-metadata-refresh-datetimes-of-table-in/m-p/132499#M49511</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-18T19:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Last Data and Metadata Refresh DateTimes of table in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/retrieving-last-data-and-metadata-refresh-datetimes-of-table-in/m-p/132500#M49512</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/185055"&gt;@siva-anantha&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This is super useful, thanks for sharing. I've prepared list of all distinct operation based on source code for reference:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;WRITE&lt;/LI&gt;&lt;LI&gt;STREAMING UPDATE&lt;/LI&gt;&lt;LI&gt;DELETE&lt;/LI&gt;&lt;LI&gt;UPDATE&lt;/LI&gt;&lt;LI&gt;MERGE&lt;/LI&gt;&lt;LI&gt;TRUNCATE&lt;/LI&gt;&lt;LI&gt;CREATE TABLE&lt;/LI&gt;&lt;LI&gt;REPLACE TABLE&lt;/LI&gt;&lt;LI&gt;ADD COLUMNS&lt;/LI&gt;&lt;LI&gt;DROP COLUMNS&lt;/LI&gt;&lt;LI&gt;RENAME COLUMN&lt;/LI&gt;&lt;LI&gt;CHANGE COLUMN&lt;/LI&gt;&lt;LI&gt;CHANGE COLUMNS&lt;/LI&gt;&lt;LI&gt;REPLACE COLUMNS&lt;/LI&gt;&lt;LI&gt;UPDATE SCHEMA&lt;/LI&gt;&lt;LI&gt;UPDATE COLUMN METADATA&lt;/LI&gt;&lt;LI&gt;SET TBLPROPERTIES&lt;/LI&gt;&lt;LI&gt;UNSET TBLPROPERTIES&lt;/LI&gt;&lt;LI&gt;UPGRADE PROTOCOL&lt;/LI&gt;&lt;LI&gt;DROP FEATURE&lt;/LI&gt;&lt;LI&gt;REMOVE COLUMN MAPPING&lt;/LI&gt;&lt;LI&gt;OPTIMIZE&lt;/LI&gt;&lt;LI&gt;REORG&lt;/LI&gt;&lt;LI&gt;VACUUM START&lt;/LI&gt;&lt;LI&gt;VACUUM END&lt;/LI&gt;&lt;LI&gt;COMPUTE STATS&lt;/LI&gt;&lt;LI&gt;RESTORE&lt;/LI&gt;&lt;LI&gt;CLONE&lt;/LI&gt;&lt;LI&gt;CONVERT&lt;/LI&gt;&lt;LI&gt;ADD CONSTRAINT&lt;/LI&gt;&lt;LI&gt;DROP CONSTRAINT&lt;/LI&gt;&lt;LI&gt;CLUSTER BY&lt;/LI&gt;&lt;LI&gt;UPGRADE UNIFORM PROPERTIES&lt;/LI&gt;&lt;LI&gt;ROW TRACKING BACKFILL&lt;/LI&gt;&lt;LI&gt;ROW TRACKING UNBACKFILL&lt;/LI&gt;&lt;LI&gt;Manual Update&lt;/LI&gt;&lt;LI&gt;Empty Commit&lt;/LI&gt;&lt;LI&gt;Deletion Vector Tombstones&lt;/LI&gt;&lt;LI&gt;Domain Metadata Cleanup&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 20:22:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/retrieving-last-data-and-metadata-refresh-datetimes-of-table-in/m-p/132500#M49512</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-18T20:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Last Data and Metadata Refresh DateTimes of table in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/retrieving-last-data-and-metadata-refresh-datetimes-of-table-in/m-p/132540#M49534</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/185055"&gt;@siva-anantha&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 09:44:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/retrieving-last-data-and-metadata-refresh-datetimes-of-table-in/m-p/132540#M49534</guid>
      <dc:creator>gayatrikhatale</dc:creator>
      <dc:date>2025-09-19T09:44:28Z</dc:date>
    </item>
  </channel>
</rss>

