What would you like to happen?
Reshuffle transform [1] can be very useful when developing performant Beam pipelines. Currently, this transform is not exposed directly to Beam YAML [2] and trying to use it via a Python provider results in a translation error.
[1]
|
class Reshuffle(PTransform): |
[2]
https://beam.apache.org/releases/yamldoc/current/
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
What would you like to happen?
Reshuffletransform [1] can be very useful when developing performant Beam pipelines. Currently, this transform is not exposed directly to Beam YAML [2] and trying to use it via a Python provider results in a translation error.[1]
beam/sdks/python/apache_beam/transforms/util.py
Line 1561 in e08e9d5
[2] https://beam.apache.org/releases/yamldoc/current/
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components