Skip to content

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
from google.cloud.exceptions import NotFound
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