googleapis / google-cloud-go

Google Cloud Client Libraries for Go.
https://cloud.google.com/go/docs/reference
Apache License 2.0
3.78k stars 1.3k forks source link

bigquery/storage/managedwriter/adapt: add CDC helper functionality #10721

Open shollyman opened 2 months ago

shollyman commented 2 months ago

feature request for the adapt package of managedwriter.

General theme: make it easier to amend schema/descriptors to include the metadata fields for communicating CDC updates, like change type and sequence number.

jherrmann commented 1 week ago

Hi, is there any workaround in go to add the pseudo cdc column CHANGETYPE when dynamically creating MessageDescriptor from a Tabelschema? I am trying to adapt the testDefaultStreamJSONData