apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.74k stars 4.21k forks source link

[Feature Request]: Custom naming for error handler transforms #31080

Open udayaw opened 4 months ago

udayaw commented 4 months ago

What would you like to happen?

The current implementation of close() of PTransformErrorHandler adds several transforms to the pipeline without providing an option to customize their names.

These transforms makes job graph somewhat messy specially when there are multiple error handlers in the pipeline.

Issue Priority

Priority: 3 (nice-to-have improvement)

Issue Components

liferoad commented 4 months ago

@johnjcasey FYI