Open seanberto opened 8 months ago
See: https://cloud.google.com/bigquery/docs/write-api.
As of this month, it looks like the Go package can wrap this API:
https://pkg.go.dev/cloud.google.com/go/bigquery/storage/managedwriter
The main benefit of using this API over the legacy tabledata.insertAll method is that the new method is much less expensive:
tabledata.insertAll
https://cloud.google.com/bigquery/pricing#data_ingestion_pricing
@jakthom - Would love to help sponsor this feature, if you're open to it.
See: https://cloud.google.com/bigquery/docs/write-api.
As of this month, it looks like the Go package can wrap this API:
https://pkg.go.dev/cloud.google.com/go/bigquery/storage/managedwriter
The main benefit of using this API over the legacy
tabledata.insertAll
method is that the new method is much less expensive:https://cloud.google.com/bigquery/pricing#data_ingestion_pricing