google cloud platform - Are Bigquery job logs stored? -


using logging service https://console.cloud.google.com/logs?project=xxxx&service=bigquery.googleapis.com i'm not able find logs related job ui or bq command line.

[edit ]

as suggested @doit international bq ls -j show list of jobs no log failure

bq ls -j result

use following command list history of query jobs:

bq ls -j 

the bq part of google cloudsdk available here: https://cloud.google.com/sdk/


Comments