Kavi_007
Databricks Partner

Yes, below are the commands. 

 

VACUUM `dev-sales-catalog`.silver.orders   -- This does not do vaccum
 
Kavi_007_0-1712201764703.png
SELECT * FROM `dev-sales-catalog`.silver.orders VERSION AS OF 0        --  This still does bring the results with the version which is 10 days older.
 0Kavi_007_1-1712201816573.png

History of the table:

Kavi_007_3-1712201997933.png