Branching

You can use the same PCollection as input for multiple transforms without consuming the input or altering it.

Kata: Branch out the numbers to two different transforms: one transform is multiplying each number by 5 and the other transform is multiplying each number by 10.


Refer to the Beam Design Your Pipeline Guide "Multiple transforms process the same PCollection" section for more information.