Skip to content
New issue

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

[Sink Request] Update BigQuery sink to support Storage Write API #584

Open
seanberto opened this issue Feb 27, 2024 · 1 comment
Open

[Sink Request] Update BigQuery sink to support Storage Write API #584

seanberto opened this issue Feb 27, 2024 · 1 comment

Comments

@seanberto
Copy link

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

@seanberto
Copy link
Author

@jakthom - Would love to help sponsor this feature, if you're open to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant