-
Notifications
You must be signed in to change notification settings - Fork 306
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
Calls to create_dataset
and get_table
are timing out
#34
Comments
Do the tests favor a particular region? Always running in US multiregion? |
Just the default US region. None of the |
Assigning Seth but if this is something @plamut could look at, let's discuss. |
I'm currently working on #40 which might be similar. Once that is done, we can re-check and see if it also helped with this issue. |
@meredithslota Sure, will take a look at it early next week when I come back. |
Currently awaiting response to a question posted under the related Pandas GBQ ticket. |
googleapis/python-bigquery-pandas#309 links to Travis failures but I see a recent build passing (https://travis-ci.org/github/pandas-dev/pandas/builds/705824144) re: re-enabling pandas-gbq tests. So, my guess is that this work spanned three different repos and this has been fixed by the changes @plamut made earlier. I'm cautiously closing this but please reopen if you are still seeing issues. |
Hi, Since January, 17th (2022) we have started experiencing ReadTimeout errors in the For context, this happens in a component that streams Pub/Sub messages into BigQuery, which has been live for quite a long time (years). We are also concerned because we are using quite an old version of the bigquery library (we are currently working towards updating it) and we are wondering if there is some looming deprecation we don't know about. We have seen that there has been some work going around about timeout values (#889) and we might be able to bump our google-cloud-biquery version a little easily: is there any near version we should prefer/avoid? Thank you! Environment details
Full traceback of one of the timeouts:
|
@drmario-gh Retries for Even though this was added in 2.25.1, I recommend version 2.27.0 or later. #896 came with a default timeout which caused problems for some long running queries. https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md#2270-2021-09-24 |
There is a v3 library coming very soon, but it only affects the "models" API along with some changes to default dtypes in the pandas connector. #1021 |
@drmario-gh Seeing the exact same behaviour right now. Have an ETL-project that's been live for years and relies on We currently are using Did you ultimately figure out what was happening? |
We're getting some frequent test failures in the pandas integration tests due to timed out requests, possibly due to googleapis/google-cloud-python#10219 which added non-
None
default timeout.It seems 60 seconds is not enough for these calls (but strange that so many API requests are timing out).
Environment details
Context: googleapis/python-bigquery-pandas#309
Steps to reproduce
create_dataset
.Stack trace
The text was updated successfully, but these errors were encountered: