Unable to retrieve job history beyond 2 months in BigQuery Web UI -


i want repeat load job table created 3 months ago, able see 2 months of job history in bigquery browser ui. table schema used in specific load job.

is there way view it?

use jobs.list in bigquery api:

lists jobs started in specified project. job information is available 6 month period after creation

you use cli tool:

bq ls --jobs --all 

or, use audit logs too.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -