Skip to content

[Docs] Example of polling a bigquery job is wrong. #2119

@elibixby

Description

@elibixby

job.state == 'running' does not exhaustively describe the non-complete states (and in fact is not a valid state at all as running jobs have state RUNNING

But since jobs can also have state PENDING it should be not job.state == 'DONE'

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