damccorm commented on code in PR #34411: URL: https://github.com/apache/beam/pull/34411#discussion_r2039889295
########## sdks/python/apache_beam/yaml/standard_io.yaml: ########## @@ -22,6 +22,30 @@ # should be kept in sync. # TODO(yaml): See if this can be enforced programmatically. +# BeamJar Providers +- type: beamJar + transforms: + 'WriteToCsv': 'beam:schematransform:org.apache.beam:csv_write:v1' + 'WriteToJson': 'beam:schematransform:org.apache.beam:json_write:v1' + config: + gradle_target: 'sdks:java:extensions:schemaio-expansion-service:shadowJar' Review Comment: ;tldr - I think its a bad test, but we can work around it -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org