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

feat(bigquery/storage/managedwriter): extend managedstream to support call options #5078

Merged
merged 2 commits into from Nov 4, 2021

Conversation

shollyman
Copy link
Contributor

@shollyman shollyman commented Nov 3, 2021

BREAKING CHANGE: changes function signatures to add variadic call options

This plumbs the ability to pass gax.CallOption opts to the
underlying client underpinning the ManagedStream. It also
adds a WithAppendRowsCallOption option to the constructor,
as well as adding direct option passing for operations like
Finalize() and FlushRows().

Towards: #4366

This plumbs the ability to pass gax.CallOption opts to the
underlying client underpinning the ManagedStream.  It also
adds a WithAppendRowsCallOption option to the constructor,
as well as adding direct option passing for operations like
Finalize() and FlushRows().

Towards: googleapis#4366
@shollyman shollyman requested a review from a team November 3, 2021 23:43
@shollyman shollyman requested a review from a team as a code owner November 3, 2021 23:43
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the BigQuery API. label Nov 3, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 3, 2021
@shollyman shollyman requested review from codyoss and tswast and removed request for stephaniewang526 November 3, 2021 23:43
Copy link
Member

@codyoss codyoss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. It might we worth calling out in the commit message that this is a breaking change though. I would not use the feat! thing though.(To avoid confusing release please)

@shollyman
Copy link
Contributor Author

LGTM. It might we worth calling out in the commit message that this is a breaking change though. I would not use the feat! thing though.(To avoid confusing release please)

Added the "BREAKING CHANGE:" stanza to the description

@shollyman shollyman added the automerge Merge the pull request once unit tests and other checks pass. label Nov 4, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit fbc2717 into googleapis:master Nov 4, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants