Records including datetime to be saved as DATETIME or TIMESTAMP in BigQuery #19205
Labels
bug
core
done & done
Issue has been reviewed after it was closed for verification, followups, etc.
P3
python
Milestone
When trying to write some row in BigQuery that include a python datetime object, the marshaling used to save a row in BigQuery is impossible.
However, this is something perfectly feasible, as
google-cloud-python
supports it since this issue has been solved: googleapis/google-cloud-python#2957thanks to this pull request: https://github.com/GoogleCloudPlatform/google-cloud-python/pull/3426/files
As similar approach could be taken for the
json_value.py
helper.Is there any workaround that can be applied to solve this issue?
Imported from Jira BEAM-5510. Original Jira may contain additional context.
Reported by: GeoloeG_IsT.
The text was updated successfully, but these errors were encountered: