trigger_pipeline
Trigger a dbt pipeline build, run, or test. Optionally wait up to 120 seconds for completion.
Instructions
Trigger a pipeline run (dbt build/run/test).
Requires --allow-write.
Args: pipeline_id: The pipeline to run. wait: If true, block until the run completes (up to 120s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | ||
| pipeline_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |