Skip to content

Begin a QueryJob without waiting for it to finish #5435

Closed
@bencaine1

Description

@bencaine1

OS: Linux dc32b7e8763a 4.9.0-6-amd64 #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02) x86_64 x86_64 x86_64 GNU/Linux
Python version: Python 2.7.6
google-cloud-bigquery: 1.1.0

In previous versions of the BQ python client, there was a method in QueryJob (or maybe _AsyncJob) called begin() that began the job without waiting for it to finish. There doesn't appear to be an equivalent of that anymore, despite the presence of other methods like done(), exists(), running(), etc. that depend on a job having been run asynchronously. Would it be possible to add back the begin() method?

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the BigQuery API.status: invalidtype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions