create_pipeline
Set up a new dbt transformation pipeline by specifying its name, destination connection, and optional dbt command (run, build, test, seed, snapshot, compile).
Instructions
Create a new pipeline (dbt transform orchestration).
Write tool: available only when this session was granted write access — the local server's --allow-write flag, or an OAuth consent in which the user approved write. Read-only sessions refuse it.
Args: name: Pipeline name. destination_connection_id: ID of the destination connection. command: dbt command — 'run', 'build', 'test', 'seed', 'snapshot', 'compile'. description: Optional description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| command | No | run | |
| description | No | ||
| destination_connection_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |