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
Post a Comment