Skip to end of metadata
Go to start of metadata

Last Updated: Wednesday, June 19, 2019



This data set contains the last time each table was updated with new information

How much data is retained?

There is a row for each data set

What data is included?

Column Name

Type

Nullable

Default

Comment

TABLE_NAME

VARCHAR(13)

TRUE

N/A

The name of the table that was updated

LAST_LOADED_AT

TIMESTAMP_TZ(9)

TRUE

N/A

The time that the data was uploaded. The time is set as the time zone of the account

What are some sample queries to pull this data?

–- A query that will pull clicks from yesterday
SELECT
TABLE_NAME
,LAST_LOADED_AT
FROM DATA_LOAD_STATUS
  • No labels