protobuf-bigquery-go
protobuf-bigquery-go copied to clipboard
Support for unmarshaling dates and times to string fields
BigQuery allows writing to Date and Time columns as strings. It would be helpful to unmarshal the civil.Date
and civil.Time
structs back to string fields allowing fmt.Stringer
types where string unmarshaling is happening.