enzomaruffa commented on code in PR #37253:
URL: https://github.com/apache/beam/pull/37253#discussion_r2674606689
##########
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:
Hi @Abacn! From our experience, these are definitely missing. I am not sure
if it has to do something also missing in under-the-hood xlang implementation
that uses the Java SDK, but Beam would block us before even getting it deployed
to Dataflow with these types being unsupported.
I'd love to be wrong and have a simpler solution instead of this, though 🙏
--
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]