We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@jakthom - Would love to help sponsor this feature, if you're open to it.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: