Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
gracechristina opened this issue May 14, 2019 · 2 comments
Labels
kind/feature New feature or request

Comments

@gracechristina
Copy link

gracechristina commented May 14, 2019

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.

@woop
Copy link
Member

woop commented Sep 1, 2019

Thanks @gracechristina. Moving this to 0.4.0

@woop woop added the kind/feature New feature or request label Sep 1, 2019
@woop
Copy link
Member

woop commented Dec 17, 2019

This issue is now stale.

@woop woop closed this as completed Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants