chamikaramj commented on issue #32781:
URL: https://github.com/apache/beam/issues/32781#issuecomment-2427839606

   Updating Python API to accept protos instead of dicts is a very valid 
feature request. I think this is orthogonal to the fact that Python transform 
itself is cross-language (uses Java underneath). We just need to introduce a 
Beam Row (which is the standard cross-language data type) that includes the 
proto bytes and the schema that is to be written to BQ generated from the proto 
and may be some additional information provided by the customer (Java API 
requires providing a Java class type).
   
   Regarding timestamp inconsistencies, this is also something we should 
resolve (also orthogonal to cross-language and other implementation details).


-- 
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]

Reply via email to