ahmedabu98 commented on issue #32781: URL: https://github.com/apache/beam/issues/32781#issuecomment-2422401955
It could be pretty challenging if it's your first time delving into Beam code. Our BigQuery connectors are our most complex. You also don't have a Python-native Storage Write API connector to work off of. And I think to work with protos, you'd need Storage Write API. From a cursory search, I don't think the legacy streaming API supports protos, but the Storage Write API [Python client](https://cloud.google.com/bigquery/docs/write-api#python_client) does. With that said, it's definitely feasible and we'd welcome such an improvement. You could open a PR with the functionality and unit/integration tests and someone will review it. Just make sure it is well integrated with the existing WriteToBigQuery API -- 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]
