-
Notifications
You must be signed in to change notification settings - Fork 183
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
Error in bq_table_upload #621
Comments
Unfortunately this error happens while bigrquery is trying to throw another error, the real error. Try debugging the real error, that is coming from
and then see if you can find out the issue from the objects there. Or at |
I intercepted the response in the bq_post() function, and saved it to the rec.rds file, attached it to the message as a rec.zip file, just change the extension from zip to rds and you can improve the error parser |
This text
|
@selesnow hopefully that error gives you enough info to debug the problem for now, and we'll improve the error message in the next bigrquery release. |
Hello, until today the code worked correctly, I give an example of the code that writes data to the database below:
Since today I get the error:
I installed the latest versions of the bigrquery and cli packages but the error did not go away.
Traceback:
Can you help me?
The text was updated successfully, but these errors were encountered: