FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

BigQuery - add get_query_results method. by tswast · Pull Request #3838 · googleapis/google-cloud-python · GitHub

BigQuery - add get_query_results method. - #3838

Merged
tswast merged 1 commit into
googleapis:masterfrom
tswast:bq-get-query-results
Aug 18, 2017
Merged

BigQuery - add get_query_results method.#3838
tswast merged 1 commit into
googleapis:masterfrom
tswast:bq-get-query-results

Conversation

tswast commented Aug 17, 2017

Copy link
Copy Markdown
Contributor

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 added the cla: yes This human has signed the Contributor License Agreement. label Aug 17, 2017
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 merged commit 7a8f5a9 into googleapis:master Aug 18, 2017
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL