Pipeline.run#

Pipeline.run()[source]#

Validate all steps, then execute them sequentially.

Returns:

The accumulated results of the pipeline.

Return type:

PipelineResult

Raises:

Exception – Re-raises any exception from validation or step execution.