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

An error occurs when pushing to bigquery with microseconds timestamp fields #3860

Closed
phil-park opened this issue Dec 8, 2023 · 0 comments · Fixed by #3861
Closed

An error occurs when pushing to bigquery with microseconds timestamp fields #3860

phil-park opened this issue Dec 8, 2023 · 0 comments · Fixed by #3861

Comments

@phil-park
Copy link
Contributor

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

  • Version: master branch
  • Platform:
  • Subsystem:

Possible Solution

Allow truncation of numbers when coercing nano seconds in pyarrow write_table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant