preview_transformation
Compile and execute a dbt transformation to preview its output rows. Limit the number of rows returned (default 100, max 1000).
Instructions
Compile and execute a transformation, returning preview rows.
Args: transformation_id: The transformation to preview. limit: Max rows to return (default 100, max 1000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| transformation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |