Polber commented on code in PR #30057:
URL: https://github.com/apache/beam/pull/30057#discussion_r1464043395


##########
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:
   Ah ok that makes sense. In that case, should we do the same for other 
transforms? I assume similar providers (i.e. MapToFields, Filter, etc.) also 
get packaged in those targets?



-- 
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]

Reply via email to