Polber commented on code in PR #30057:
URL: https://github.com/apache/beam/pull/30057#discussion_r1464240397
##########
sdks/python/apache_beam/yaml/standard_providers.yaml:
##########
@@ -24,6 +24,29 @@
version: BEAM_VERSION
transforms:
Sql: 'beam:external:java:sql:v1'
+ Flatten: 'beam:schematransform:org.apache.beam:yaml:flatten:v1'
+
+# TODO(robertwb): Auto-detect redundantly provided transforms for maximal
fusion.
+- type: 'beamJar'
+ config:
+ gradle_target: 'sdks:java:io:expansion-service:shadowJar'
+ version: BEAM_VERSION
+ transforms:
+ Flatten: 'beam:schematransform:org.apache.beam:yaml:flatten:v1'
+
+- type: 'beamJar'
+ config:
+ gradle_target:
'sdks:java:io:google-cloud-platform:expansion-service:shadowJar'
+ version: BEAM_VERSION
+ transforms:
+ Flatten: 'beam:schematransform:org.apache.beam:yaml:flatten:v1'
+
+- type: 'beamJar'
+ config:
+ gradle_target: 'sdks:java:extensions:schemaio-expansion-service:shadowJar'
+ version: BEAM_VERSION
+ transforms:
+ Flatten: 'beam:schematransform:org.apache.beam:yaml:flatten:v1'
Review Comment:
LGTM in the meantime
--
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]