robertwb commented on code in PR #30057:
URL: https://github.com/apache/beam/pull/30057#discussion_r1462280844
##########
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:
The idea here is that we want to be able to use the same environment as
proceeding/subsequent operations when possible.
--
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]