How can I find an older version of an output table from a previous run?
Question Description:
In case you want to find an older version of a table from a previous run, you can find this table in your Y42 BigQuery project within the dataset that starts with "y42_". Previous versions of your output tables are stored for 60 days.
Now, how can you find an older version of an output table from a previous run?
Answer:
1 - Go to the Overview page in Y42 of the table you want to find and click on the version/run of the table you want to find.
2 - Copy the Job ID:
3 - Go to your BigQuery SQL workspace and paste the Job ID into the explorer search box and replace the dashes with underscores (replace "-" with "_")
Note: The prefix before the Job ID is the timestamp when this table was created.
Was this article helpful?