We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you call the push API to add data with bigquery, you will receive a response of 200.
If timestamp_fields is entered in Microseconds, a 500 error occurs.
Call the API by inserting an Integer with microseconds precision into the timestamp field.
Allow truncation of numbers when coercing nano seconds in pyarrow write_table.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behavior
When you call the push API to add data with bigquery, you will receive a response of 200.
Current Behavior
If timestamp_fields is entered in Microseconds, a 500 error occurs.
Steps to reproduce
Call the API by inserting an Integer with microseconds precision into the timestamp field.
Specifications
Possible Solution
Allow truncation of numbers when coercing nano seconds in pyarrow write_table.
The text was updated successfully, but these errors were encountered: