Skip to content

Add ability to check import job status and cancel job through python SDK #194

Description

@gracechristina

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:

  1. Check the status of the job or start the job and wait for it to complete and get the result.
  2. Cancel the running job.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions