Assigned
Status Update
Comments
da...@google.com <da...@google.com>
ph...@ravelin.com <ph...@ravelin.com> #2
+1
vi...@sabre.com <vi...@sabre.com> #3
+1
ta...@deliveryhero.com <ta...@deliveryhero.com> #4
any update on this?
vi...@sabre.com <vi...@sabre.com> #5
Quick update for others. It actually works, but is not documented properly. Java client library has built-in support for proto descriptor conversion to make them self-contained:
https://github.com/googleapis/java-bigquerystorage/blob/main/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/ProtoSchemaConverter.java
For other languages/libraries you need to perform such conversion on your own. We did that for Python and it works.
It is still very sad that conversion algorithm is not documented properly.
For other languages/libraries you need to perform such conversion on your own. We did that for Python and it works.
It is still very sad that conversion algorithm is not documented properly.
sa...@google.com <sa...@google.com> #6
Hello ,
Other customer reproduced the error with timestamp following the example for
Which is a
What is needed here is to focus on the specified procedure Bigquery UDF + bigquery-utils/tools/protobuf_export
And define if it will be possible to use this mechanism to support the feature of export BigQuery data as protobuf
We've provided workaround in
do you have an example on how to use a UDF other than that one with javascript ?
Description
This request tracks support for using the protobuf well-known types when sending data to the Write API within the BigQuery Storage service. Creating this in the public tracker for visibility.
Specifically, we've had multiple requests for message support.
Timestamp
Duration
Duration
message and an INTERVAL type field.