-1

I am using the BigQuery Python library to submit a query job. In stackdriver i can see that the job was submitted, but I would like to see a log entry in Stackdriver when the job is complete. Is this possible to setup?

I know that you can poll the job_id to see the status, but the job runs longer than my cloud function can stay alive.

Thanks

Nicholas
  • 125
  • 1
  • 2
  • 8
  • Not sure this is exactly what u need as it talks about dataflow but it might put you in the right direction https://cloud.google.com/dataflow/docs/guides/using-stackdriver-monitoring – Tamir Klein Apr 12 '19 at 11:07

1 Answers1

2

StackDriver already shows this information to users:

enter image description here

enter image description here

Graham Polley
  • 14,393
  • 4
  • 44
  • 80