compile_transformation
Compile a dbt transformation to resolve Jinja, ref(), and source() references without running it. Use this tool to preview the final SQL before execution.
Instructions
Compile a dbt transformation — resolves Jinja, ref(), source(). No execution.
Args: transformation_id: The transformation to compile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transformation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |