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

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -