<?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 get version history of a warehouse item in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-version-history-of-a-warehouse-item/m-p/5137020#M15519</link>
    <description>&lt;P&gt;I've made an Idea for this: &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/DESCRIBE-HISTORY-in-Fabric-Warehouse-table-versions-time-travel/idi-p/5137019" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Fabric-Ideas/DESCRIBE-HISTORY-in-Fabric-Warehouse-table-versions-time-travel/idi-p/5137019&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 22 Mar 2026 10:30:44 GMT</pubDate>
    <dc:creator>frithjof_v</dc:creator>
    <dc:date>2026-03-22T10:30:44Z</dc:date>
    <item>
      <title>how to get version history of a warehouse item</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-version-history-of-a-warehouse-item/m-p/4860840#M13140</link>
      <description>&lt;P&gt;I'm reading MS documents, it shows Fabric warehouse supports time travel via T-SQL:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT *
FROM [dbo].[dimension_customer] AS DC
OPTION (FOR TIMESTAMP AS OF '2024-03-13T19:39:35.28'); &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, it doesn't mention how to get a version history of the warehouse table. In Lakehouse, I can get version history via the code below. But it doesn't work in warehouse, is there an equivalent t-sql command for warehouse tables?&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;%%sql&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;describe&lt;/SPAN&gt; &lt;SPAN&gt;history&lt;/SPAN&gt;&lt;SPAN&gt; dp700_LH2.orders_in&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 16:50:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-version-history-of-a-warehouse-item/m-p/4860840#M13140</guid>
      <dc:creator>Jeanxyz</dc:creator>
      <dc:date>2025-10-28T16:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to get version history of a warehouse item</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-version-history-of-a-warehouse-item/m-p/4861166#M13147</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/307948"&gt;@Jeanxyz&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The describe history command is a Spark SQL command, not a T SQL command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The SQL endpoint for a warehouse only supports T SQL, not Spark (Spark is primairly used in notebooks which connect much better to lakehouses)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Is the TSQL snippet you added from the documentation not working in the warehouse SQL endpoint?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 03:18:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-version-history-of-a-warehouse-item/m-p/4861166#M13147</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2025-10-29T03:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to get version history of a warehouse item</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-version-history-of-a-warehouse-item/m-p/4861369#M13149</link>
      <description>&lt;P&gt;The T-sql snippet works, but I'm really interested in getting the full version history of a warehouse table, not a specific version.&lt;/P&gt;&lt;P&gt;It looks T-sql only allows me to get the current version. But the command is strange, it doesn't specify the version id refers to which warehouse table. Does that mean the whole warehouse shares one version id?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT CURRENT_TIMESTAMP&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 08:33:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-version-history-of-a-warehouse-item/m-p/4861369#M13149</guid>
      <dc:creator>Jeanxyz</dc:creator>
      <dc:date>2025-10-29T08:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to get version history of a warehouse item</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-version-history-of-a-warehouse-item/m-p/4861980#M13163</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/307948"&gt;@Jeanxyz&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So you're wanting to see all history for a table? This isn't possible directly with TSQL.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to use OneLake Explorer to get at the delta logs, and then parse all the delta logs for the table to get this type of information I think.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 02:14:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-version-history-of-a-warehouse-item/m-p/4861980#M13163</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2025-10-30T02:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to get version history of a warehouse item</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-version-history-of-a-warehouse-item/m-p/4863125#M13179</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/307948"&gt;@Jeanxyz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;&amp;nbsp;for the response provided!&lt;BR /&gt;&lt;BR /&gt;Has your issue been resolved? If the response provided by the community member addressed your query, could you please confirm? It helps us ensure that the solutions provided are effective and beneficial for everyone.&lt;BR /&gt;&lt;BR /&gt;Thank you for your understanding.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 07:32:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-version-history-of-a-warehouse-item/m-p/4863125#M13179</guid>
      <dc:creator>v-tejrama</dc:creator>
      <dc:date>2025-10-31T07:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to get version history of a warehouse item</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-version-history-of-a-warehouse-item/m-p/5137020#M15519</link>
      <description>&lt;P&gt;I've made an Idea for this: &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/DESCRIBE-HISTORY-in-Fabric-Warehouse-table-versions-time-travel/idi-p/5137019" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Fabric-Ideas/DESCRIBE-HISTORY-in-Fabric-Warehouse-table-versions-time-travel/idi-p/5137019&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2026 10:30:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/how-to-get-version-history-of-a-warehouse-item/m-p/5137020#M15519</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2026-03-22T10:30:44Z</dc:date>
    </item>
  </channel>
</rss>

