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 - add get_query_results method. #3838

Merged
merged 1 commit into from
Aug 18, 2017

Conversation

tswast
Copy link
Contributor

@tswast tswast commented Aug 17, 2017

This method calls the getQueryResults API directly and returns a
QueryResults object. Note: the response from this API does not include
the query, so I modified the constructor to make query optional in this
case.

Addresses #3506

This method calls the getQueryResults API directly and returns a
QueryResults object. Note: the response from this API does not include
the query, so I modified the constructor to make query optional in this
case.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 17, 2017
@tswast tswast added api: bigquery Issues related to the BigQuery API. and removed cla: yes This human has signed the Contributor License Agreement. labels Aug 17, 2017
self._requested.append(kw)

if len(self._responses) == 0:

This comment was marked as spam.

@tswast tswast merged commit 7a8f5a9 into googleapis:master Aug 18, 2017
@tswast tswast deleted the bq-get-query-results branch August 18, 2017 21:37
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 21, 2017
This method calls the getQueryResults API directly and returns a
QueryResults object. Note: the response from this API does not include
the query, so I modified the constructor to make query optional in this
case.
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 22, 2017
This method calls the getQueryResults API directly and returns a
QueryResults object. Note: the response from this API does not include
the query, so I modified the constructor to make query optional in this
case.
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 22, 2017
This method calls the getQueryResults API directly and returns a
QueryResults object. Note: the response from this API does not include
the query, so I modified the constructor to make query optional in this
case.
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants