-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: storage write api veneer #328
feat: storage write api veneer #328
Conversation
…into writer_veneer_sandbox merging local and remote
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some outstanding questions about test coverage, that I noted, but otherwise LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Questions resolved, LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I trust Lo's review :)
@@ -0,0 +1,123 @@ | |||
// Copyright 2022 Google LLC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might have to change this to 2023 for the linter to like it.
This PR adds a layer on top of the GAPIC generated BigQuery Storage Write API client to make it easier to use. Some of the benefits of using the managed writer layer:
Towards internal b/214063522
Supersedes #300