Skip to content

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

@akhenakh

Description

@akhenakh

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.

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the BigQuery API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions