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

[Documentation Issue] Querying data (synchronous) code example is wrong #1655

Closed
akhenakh opened this issue Mar 23, 2016 · 2 comments
Closed
Assignees
Labels
api: bigquery Issues related to the BigQuery API.

Comments

@akhenakh
Copy link

Page Name: bigquery-usage
Release: 0.11.0

>>> while retry_count > 0 and not job.complete:
...     retry_count -= 1
...     time.sleep(10)
...     query.reload()  # API request

job does not exist here and query.reload() method does not exist.

@dhermes dhermes added the api: bigquery Issues related to the BigQuery API. label Mar 28, 2016
@dhermes
Copy link
Contributor

dhermes commented Mar 28, 2016

Thanks @akhenakh!

@tseaver
Copy link
Contributor

tseaver commented Mar 29, 2016

Duplicates #1551. See #1674 for resolution.

@tseaver tseaver closed this as completed Mar 29, 2016
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

No branches or pull requests

3 participants