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

Make 'QueryResponse.fetch_data' return an iterator. by tseaver · Pull Request #3484 · googleapis/google-cloud-python · GitHub

Make 'QueryResponse.fetch_data' return an iterator. - #3484

Merged
tseaver merged 1 commit into
masterfrom
2840-bigquery-queryresults-fetch_data-iterator
Jun 9, 2017
Merged

Make 'QueryResponse.fetch_data' return an iterator.#3484
tseaver merged 1 commit into
masterfrom
2840-bigquery-queryresults-fetch_data-iterator

Conversation

tseaver commented Jun 7, 2017

Copy link
Copy Markdown
Contributor

Add a system test which exercises it.

Update snippets to match the new usage.

Closes #2840.

Add a system test which exercises it.

Update snippets to match the new usage.

Closes #2840.
tseaver added api: bigquery Issues related to the BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Jun 7, 2017
tseaver requested a review from dhermes June 7, 2017 23:18
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 7, 2017

dhermes left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

tseaver merged commit 5697b3a into master Jun 9, 2017
tseaver deleted the 2840-bigquery-queryresults-fetch_data-iterator branch June 9, 2017 02:08
:type response: dict
:param response: The JSON API response for a page of rows in a table.
"""
iterator.query_result._set_properties(response)

This comment was marked as spam.

Copy link
Copy Markdown

It appears that documentation has not been updated to reflect this change, e.g. here and here.

tswast commented Jul 10, 2017

Copy link
Copy Markdown
Contributor

The code sample on the documentation has been updated in https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/bigquery/cloud-client/async_query.py I've sent a request to republish the cloud.google.com docs page.

landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 21, 2017
Add a system test which exercises it.

Update snippets to match the new usage.

Closes googleapis#2840.
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 21, 2017
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 22, 2017
Add a system test which exercises it.

Update snippets to match the new usage.

Closes googleapis#2840.
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 22, 2017
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 22, 2017
Add a system test which exercises it.

Update snippets to match the new usage.

Closes googleapis#2840.
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 22, 2017
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. cla: yes This human has signed the Contributor License Agreement. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL