FlattenWith

Pydoc Pydoc


Merges multiple PCollection objects into a single logical PCollection. It allows for the combination of both root PCollection-producing transforms (like Create and Read) and existing PCollections.

See more information in the Beam Programming Guide.

Examples