-
Notifications
You must be signed in to change notification settings - Fork 46
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
Reason: 429 Received message larger than max (6341826 vs. 4194304) #78
Comments
We recently came across this issue as well when running a query with shape (1 million rows, 1700 columns), and were able to work around it by downgrading from:
to
Happy to provide other details on the error and/or our runtime environment, if they would be useful. |
@sm-hawkfish |
Hi @dabasmoti -- I intended that offer to be for the maintainers of this repo, who might want more information to aid their debugging. Did downgrading the two packages I listed not solve the issue for you as well ? |
@sm-hawkfish |
Hi @dabasmoti -- I think you should re-open this issue. You were right to report it as downgrading the versions of the library is just a short-term workaround. |
In version 1.x, the Currently investigating if a similar option is being set in the version 2.0 client. |
Filed googleapis/gapic-generator-python#669 to fix this in the code generator |
Sent #79 with a (temporary?) fix to remove this client-side validation in this client. Also adds a system test that reliably reproduces this issue with a public dataset without this fix.
|
This fix is released in |
Recently ,When quering bigquery table(1m,768) using
pandas_gbq
use_bqstorage_api=True
error has raised
Environment details
google-cloud-bigquery
version: 2.1.0Steps to reproduce
Stack trace
The text was updated successfully, but these errors were encountered: