-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-12164]: display the metadata table name for Spanner Change Streams Connector #16845
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
Conversation
...ava/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java
Outdated
Show resolved
Hide resolved
b18372b to
9ae1b87
Compare
|
@pabloem Can you please take a quick review on this PR? Thanks! |
|
Please do not merge at the moment. I am investigating if we can pass the state via pipeline options between two jobs during the hot deploy. |
|
@hengfengli - What is the next step on this PR? |
|
@aaltay Sorry for the delay. I have tested that the pipeline option would not pass between jobs during a hot deploy (set the pipeline option in the old job and see it in the updated job). So this PR can be merged now. |
401bba5 to
4990612
Compare
|
As the change to allow to specify a custom metadata table is implemented in #16846, this PR is only for displaying the name of the metadata table on the Dataflow UI. |
4990612 to
7dba96b
Compare
|
The failed test is unrelated to this change. |
7dba96b to
cb4efc7
Compare
|
@pabloem Can you please take a look and help us to merge this PR? Thanks. |
|
LGTM |
This adds the name of the metadata table to display in the Pipeline Options of the Dataflow UI.