Begin a QueryJob without waiting for it to finish #5435
Labels
api: bigquery
Issues related to the BigQuery API.
status: invalid
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
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?
The text was updated successfully, but these errors were encountered: