spdl.pipeline.defs.Disaggregate¶
- Disaggregate() PipeConfig[Any, Any] [source]¶
Create a
PipeConfig
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.