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