-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Make 'QueryResponse.fetch_data' return an iterator. #3484
Conversation
Add a system test which exercises it. Update snippets to match the new usage. Closes #2840.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
: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.
This comment was marked as spam.
Sorry, something went wrong.
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. |
Add a system test which exercises it. Update snippets to match the new usage. Closes googleapis#2840.
Add a system test which exercises it. Update snippets to match the new usage. Closes googleapis#2840.
Add a system test which exercises it. Update snippets to match the new usage. Closes googleapis#2840.
Add a system test which exercises it.
Update snippets to match the new usage.
Closes #2840.