-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix(bigquery): write pandas datetime[ns]
columns to BigQuery TIMESTAMP columns
#10028
fix(bigquery): write pandas datetime[ns]
columns to BigQuery TIMESTAMP columns
#10028
Conversation
e10f755
to
ee48df8
Compare
…P columns Also: * Enable TIMESTAMP and DATETIME unit tests for `_pandas_helpers`. * Add more data types to load dataframe sample.
ee48df8
to
6965558
Compare
datetime[ns]
columns to BigQuery TIMESTAMP columns
Pandas doesn't automatically convert datetime objects to UTC time, so show how to do this in the code sample.
Failure is for the docs session and appears to be just a temporary flake with the gax docs.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to fix an undefined name that causes the snippets and lint checks to fail. Seems good otherwise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Also:
_pandas_helpers
.Fixes #9996 🦕