run_stage
Execute a single pipeline stage with optional temporary config overrides to compare settings without altering the baseline.
Instructions
Run one stage from the loaded graph.
If config_override is given, it's merged over the stage's persistent baseline config for this call only (not saved) — this is how to compare 2-3 configs on the same input without mutating shared state: call run_stage repeatedly with a different config_override each time, nothing to reset afterward. Omit config_override to use the current baseline unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | ||
| stage_id | Yes | ||
| config_override | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||