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

fix(Bigtable): ensure appProfileId is sent in requests when set in options #8020

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

bshaffer
Copy link
Contributor

@bshaffer bshaffer commented Jan 16, 2025

fixes issue found when implementing #7959

if a user sets appProfileId in Table class constructor, this option is not passed to the requests as expected. Instead, the user has to pass appProfileId in for each call.

This change fixed the issue and ensures that any appProfileId passed into the Table constructor will be propagated to each RPC call. This still allows a call-time appProfileId to be passed in as well, which takes precedence.

@bshaffer bshaffer requested review from a team as code owners January 16, 2025 22:39
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the Bigtable API. label Jan 16, 2025
@bshaffer bshaffer added the next release PRs to be included in the next release label Jan 16, 2025
@Hectorhammett Hectorhammett merged commit 70dc013 into main Jan 17, 2025
29 checks passed
@Hectorhammett Hectorhammett deleted the bigtable-fix-appprofileid branch January 17, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API. next release PRs to be included in the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants