You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
As the import job is asynchronous, I cannot check whether the job has finished successfully or failed along the way through the python SDK. Cancelling running jobs is also not supported.
Therefore, I would like to propose these features in which we can:
Check the status of the job or start the job and wait for it to complete and get the result.
Hi all,
As the import job is asynchronous, I cannot check whether the job has finished successfully or failed along the way through the python SDK. Cancelling running jobs is also not supported.
Therefore, I would like to propose these features in which we can:
One of the nice solution that I chance upon is the implementation in BigQuery load job python library:
https://googleapis.github.io/google-cloud-python/latest/bigquery/generated/google.cloud.bigquery.job.LoadJob.html
Thank you.
The text was updated successfully, but these errors were encountered: