rizenfrmtheashes commented on issue #21961: URL: https://github.com/apache/beam/issues/21961#issuecomment-1258673784
I took a look at this, and it seems like the bigquery storage api has a straightforward [jsonstreamwriter but for java](https://cloud.google.com/bigquery/docs/write-api#java_client). [for python, it only exists as protobufs](https://cloud.google.com/bigquery/docs/write-api#python_client). Hence why the bigquery storage write api for dataflow in python is missing, but exists in java. That api will likely need to be made before the dataflow functions can be made by the core contributors group. Sad that [this blog post made it seem like it was in GA for everything](https://cloud.google.com/blog/products/data-analytics/streaming-data-into-bigquery-using-storage-write-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]
