You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've built a Dataflow pipeline template which uses the SpannerConfig class and, after upgrading to BEAM 2.40.0, it fails to build because instanceId.get() is being called and it seems that this line is causing the issue.
I suspect this may break the existing Google-provided Dataflow Templates which uses Spanner.
The text was updated successfully, but these errors were encountered:
jeffreyung
changed the title
instanceId.get() being called if using Dataflow Templates
instanceId.get() being called when using Dataflow Templates after upgrading to 2.400
Jul 4, 2022
jeffreyung
changed the title
instanceId.get() being called when using Dataflow Templates after upgrading to 2.400
instanceId.get() being called when using Dataflow Templates after upgrading to 2.40.0
Jul 4, 2022
beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerConfig.java
Line 165 in b53b16f
beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerConfig.java
Line 177 in b53b16f
I've built a Dataflow pipeline template which uses the SpannerConfig class and, after upgrading to BEAM 2.40.0, it fails to build because
instanceId.get()
is being called and it seems that this line is causing the issue.I suspect this may break the existing Google-provided Dataflow Templates which uses Spanner.
The text was updated successfully, but these errors were encountered: