Forum Discussion
Fabric Warehouse - table versions
- 5 months ago
Hello J_Fad,
yup, so far missing this functionality in T-SQL experience. However you can do it using spark sql in the notebook.
Attach your warehouse to the notebook and query it using 4 part path
%%sqlDESCRIBE HISTORY <workspace>.<warehouse>.<schema>.<table>SELECT * FROM <schema>.<table> OPTION (FOR TIMESTAMP AS OF 'desired timestamp')
https://learn.microsoft.com/en-us/fabric/data-warehouse/time-travel
Not that trivial, but seem we will get some updates in the future.
Thankyou, Lozovskyi and deborshi_nag for your responses.
Hi J_Fad,
We appreciate your inquiry through the Microsoft Fabric Community Forum.
We would like to inquire whether have you got the chance to check the solutions provided by Lozovskyi and deborshi_nag to resolve the issue. We hope the information provided helps to clear the query. Should you have any further queries, kindly feel free to contact the Microsoft Fabric community.
Thank you.