Tee

Pydoc Pydoc


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