Abacn commented on code in PR #37253:
URL: https://github.com/apache/beam/pull/37253#discussion_r2673112820
##########
sdks/python/apache_beam/io/gcp/bigquery_schema_tools.py:
##########
@@ -49,6 +49,9 @@
"BYTES": bytes,
"TIMESTAMP": apache_beam.utils.timestamp.Timestamp,
"GEOGRAPHY": str,
+ "DATE": str,
Review Comment:
I remember DATE/DATETIME types were already supported in Python BigQuery
Storage API. cc: @ahmedabu98
If there is ineed still gap, we should use Python language type rather than
str. Similar treatment was done in Python JdbcIO (Jdbc Date type and time type)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]