-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Atlassian Data Lake - Data, Schema - Default - Atlassian
User Problem
I want to be able to determine when data was last loaded or updated in all Atlassian Data Lake tables so I know how up-to-date the data is.
Some tables already have the `row_refreshed_at` column to show this, but it is not available in all tables.
Suggested Solutions
Add a column to all Atlassian Data Lake tables to display the timestamp of when the table was last refreshed.
Current Workarounds
For tables without the `row_refreshed_at` column, users can query the maximum of when a record was last created or last updated to see whether or not it contains the latest data, but if the source system (e.g. Jira) did not have any updated records then this method will not properly reflect when the table was last refreshed in the Data Lake.
- mentioned in
-
Page Loading...