Skip to content

Support passing credentials from pipeline options into SpannerIO.readChangeStream#30361

Merged
Abacn merged 13 commits intoapache:masterfrom
dengwe1:spannerio-fix
Feb 29, 2024
Merged

Support passing credentials from pipeline options into SpannerIO.readChangeStream#30361
Abacn merged 13 commits intoapache:masterfrom
dengwe1:spannerio-fix

Conversation

@dengwe1
Copy link
Copy Markdown
Contributor

@dengwe1 dengwe1 commented Feb 21, 2024

Fix an issue with SpannerIO.readChangeStream() where the pipeline credential (provided in the pipeline options) is not being used by the initial getDialect call, which can result in an UNAUTHENTICATED error when accessing Spanner.

The changes include:

  • Support setting credentials in SpannerConfig.
  • In SpannerIO.readChangeStream(), if no credential is set in SpannerConfig, use the credential from the pipeline options for authenticating with Spanner.

Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@github-actions
Copy link
Copy Markdown
Contributor

Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment assign set of reviewers

@dengwe1
Copy link
Copy Markdown
Contributor Author

dengwe1 commented Feb 21, 2024

R: @nancyxu123

@github-actions
Copy link
Copy Markdown
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

@dengwe1
Copy link
Copy Markdown
Contributor Author

dengwe1 commented Feb 21, 2024

assign set of reviewers

@dengwe1
Copy link
Copy Markdown
Contributor Author

dengwe1 commented Feb 27, 2024

assign set of reviewers

@liferoad
Copy link
Copy Markdown
Contributor

Please update CHANGES.md.

@dengwe1
Copy link
Copy Markdown
Contributor Author

dengwe1 commented Feb 28, 2024

Please update CHANGES.md.

Done.

Copy link
Copy Markdown
Contributor

@Abacn Abacn left a comment

Choose a reason for hiding this comment

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

Thanks, will merge once get lgtm from reviewer @nancyxu123

Co-authored-by: Yi Hu <huuyyi@gmail.com>
@nancyxu123
Copy link
Copy Markdown
Contributor

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants