pipeline_status
Check the current state of a specific data pipeline by name, returning pipeline details or an empty result when no matching pipeline is found.
Instructions
Get the current state of one pipeline by name.
Equivalent to SHOW PIPELINES filtered down to a single pipeline. Returns
an empty row list if no pipeline with that name exists.
Args:
pipeline_name: Name of the pipeline to look up.
database: Database the pipeline lives in (defaults to the
connection's configured database).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | ||
| pipeline_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||