BigQuery: Add timeout parameter to all Client and Job methods where applicable #9987
Labels
api: bigquery
Issues related to the BigQuery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
The upcoming fix for #7831 will add a
timeout
parameter to theQueryJob.done()
method.As this is not the only public method that can get stuck at the transport layer, we need to add an option to specify a timeout to these methods, too.
Update: This excludes the
load_table_from_file()
method and methods depending on it. These will be handled separately in #10005.The text was updated successfully, but these errors were encountered: