Tee
The Tee
transform allows for splitting the pipeline flow into multiple branches,
enabling the application of side transformations while preserving the main pipeline.
This is similar to the Unix tee
command, which duplicates input and sends it to
multiple outputs without interrupting the main flow.
See more information in the Beam Programming Guide.
Examples
Last updated on 2025/04/30
Have you found everything you were looking for?
Was it all useful and clear? Is there anything that you would like to change? Let us know!