spdl.pipeline.defs.DisaggregateConfig¶ class DisaggregateConfig(name: str, _type: _PipeType = _PipeType.Disaggregate)[source]¶ Configuration for disaggregation operation. Slices incoming lists of items and yields them one by one. Attributes name Name of the disaggregation stage. name: str¶ Name of the disaggregation stage.