einride / protobuf-bigquery-go

Seamlessly save and load protocol buffers to and from BigQuery using Go.
https://pkg.go.dev/go.einride.tech/protobuf-bigquery
MIT License
49 stars 7 forks source link

allow use of json_name or bigquery struct tags for supporting camelCase fields in BigQuery #387

Open kevpie opened 6 months ago

kevpie commented 6 months ago

It would be nice if alternate names could be provided for the Schema/Marshaller/Unmarshaller. Similar to how json_name can be optionally used with the protojson marshaller.

Any workarounds or existing features I am overlooking?