Save a pipeline to a YAML file
save_pipelinePersist a pipeline configuration to a YAML file for reuse or editing, and retrieve the file path to run it later with run.py.
Instructions
Persist a pipeline configuration to a YAML file so it can be reused, edited, or run later with run.py. Returns the path to the written file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| config | Yes | ||
| directory | No | pipelines |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |