Skip to content

BigQuery: Add timeout parameter to load_table_from_file() and its dependent methods #7

@plamut

Description

@plamut

The Client.load_table_from_file() method depends on the MultipartUpload and ResumableUpload classes from google-resumable-media, which do not support specifying a timeout for the operation, thus these Client methods were excluded from googleapis/google-cloud-python#9987.

When the resumable media dependency adds support for timeouts, a timeout argument should be added to these Client methods.

Metadata

Metadata

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