pipeline_from_path

pipeline_from_path(path, **kwargs)[source]

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

Parameters:
Return type:

PipelineResult

Returns:

The results of running the pipeline on the given configuration.