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

BigQuery: Poll via getQueryResults method. #3844

Merged
merged 1 commit into from
Aug 21, 2017

Conversation

tswast
Copy link
Contributor

@tswast tswast commented Aug 18, 2017

This modifies the QueryJob's Futures interface implementation to poll
using getQueryResults instead of jobs.get. This was recommended by
BigQuery engineers because getQueryResults does HTTP long-polling for
closer to realtime results.

Follow-up to #3556.

@tswast tswast added the api: bigquery Issues related to the BigQuery API. label Aug 18, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 18, 2017
This modifies the QueryJob's Futures interface implementation to poll
using getQueryResults instead of jobs.get. This was recommended by
BigQuery engineers because getQueryResults does HTTP long-polling for
closer to realtime results.
@tswast tswast merged commit 5efa4bb into googleapis:master Aug 21, 2017
@tswast tswast deleted the bq-querypoll branch August 21, 2017 16:21
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 21, 2017
This modifies the QueryJob's Futures interface implementation to poll
using getQueryResults instead of jobs.get. This was recommended by
BigQuery engineers because getQueryResults does HTTP long-polling for
closer to realtime results.
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 22, 2017
This modifies the QueryJob's Futures interface implementation to poll
using getQueryResults instead of jobs.get. This was recommended by
BigQuery engineers because getQueryResults does HTTP long-polling for
closer to realtime results.
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 22, 2017
This modifies the QueryJob's Futures interface implementation to poll
using getQueryResults instead of jobs.get. This was recommended by
BigQuery engineers because getQueryResults does HTTP long-polling for
closer to realtime results.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants