pipeline_from_path

pipeline_from_path(path: str | Path, **kwargs) PipelineResult[source]

Run the pipeline with configuration in a JSON/YAML file at the given path.

Parameters:
Returns:

The results of running the pipeline on the given configuration.

Return type:

PipelineResult