I believe in a previous version of the Datahub UI ...
# ui
p
I believe in a previous version of the Datahub UI there was a field that showed the last time the table was updated (I.e data was appended to it) - Was this moved somewhere? I think it was replaced by the "Reported at" timestamp which has to do with the dataset schema? Forgive me if I've completely mixed things up here
e
Hey @plain-farmer-27314 you should still be able to see the last updated time in the stats tab. Take a look at this example dataset. Currently, we only pull this information for the SQL warehouses (Redshift, Snowflake, BigQuery) when you run the usage connectors.
The Reported at timestamp on the schema tab changes when there was a schema change made to a dataset and is calculated for ALL datasets
You should be able to see both for datasets from the SQL warehouses
p
Awesome, thanks so much!!!
e
For sure!
a
@echoing-airport-49548 Please, can you let me know if this functionality (last update in stats tab) will be available for Miscrosfot Sql-Server in the future or can I extend it somehow (I have a dt_last_updated column in my datawarehouse tables)?
e
Hey @aloof-motherboard-65795! So this is not currently available for SQL server but can be easily added if we emit the correct metadata to DataHub
let me find you an example for how we do it in another source