Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BigQuery: add retry for query results iteration #24

Closed
@tseaver

Description

@tseaver

See: googleapis/google-cloud-python#6136, and the TODO left in the code by @jba:

    def result(self, timeout=None):
        ...
        if self.state is None:
            self._begin()
        # TODO: modify PollingFuture so it can pass a retry argument to done().
        return super(_AsyncJob, self).result(timeout=timeout)

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions