Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigQuery: Add timeout parameter to all Client and Job methods where applicable #9987

Closed
plamut opened this issue Dec 17, 2019 · 0 comments · Fixed by #10002
Closed

BigQuery: Add timeout parameter to all Client and Job methods where applicable #9987

plamut opened this issue Dec 17, 2019 · 0 comments · Fixed by #10002
Assignees
Labels
api: bigquery Issues related to the BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@plamut
Copy link
Contributor

plamut commented Dec 17, 2019

The upcoming fix for #7831 will add a timeout parameter to the QueryJob.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.

@plamut plamut added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. api: bigquery Issues related to the BigQuery API. labels Dec 17, 2019
@plamut plamut self-assigned this Dec 17, 2019
@plamut plamut changed the title BigQuery: Add timeout argument to all Client and Job methods where applicable BigQuery: Add timeout parameter to all Client and Job methods where applicable Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
1 participant