spdl.pipeline.defs.Disaggregate

Disaggregate() DisaggregateConfig[Any][source]

Create a _DisaggregateConfig object for disaggregation.

The disaggregate slices the incoming list of items and yield them one by one.

Returns:

The config object.

See also

Example: Pipeline definitions

Illustrates how to build a complex pipeline.