chamikaramj commented on code in PR #36139:
URL: https://github.com/apache/beam/pull/36139#discussion_r2345470949
##########
sdks/python/apache_beam/yaml/standard_io.yaml:
##########
@@ -45,9 +45,15 @@
type: beamJar
transforms:
'ReadFromBigQuery':
'beam:schematransform:org.apache.beam:bigquery_storage_read:v1'
- 'WriteToBigQuery':
'beam:schematransform:org.apache.beam:bigquery_storage_write:v2'
+ 'WriteToBigQuery':
'beam:schematransform:org.apache.beam:bigquery_write:v1'
config:
gradle_target: 'sdks:java:extensions:sql:expansion-service:shadowJar'
+ managed_replacement:
+ # Following transforms may be replaced with equivalent managed
transforms,
+ # if the pipelines 'updateCompatibilityBeamVersion' match the
provided
+ # version.
+ 'ReadFromBigQuery': '2.65.0'
Review Comment:
This should be the version the change will go to. So Beam 2.69.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]