scwe commented on code in PR #37253:
URL: https://github.com/apache/beam/pull/37253#discussion_r2710457890
##########
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 all :wave: I've been working on this stuff with @enzomaruffa for a while.
I totally understand that this solution very hacky but realistically we don't
have the resources to dedicate to building anything more robust.
So my question essentially becomes: is there any way we can get support for
all BQ types bumped in priority on your end? We've been following along/waiting
for over a year at this point hoping that it would be solved and would love to
be able to use python dataflow in production without maintaining our own hacky
fork.
--
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]