dbt-slow-models
List the slowest dbt models by execution time and bytes processed to identify performance bottlenecks.
Instructions
Top N slowest models in a dbt run by execution_time, with bytes_processed when available
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topN | No | ||
| invocationId | No | Use a specific run; default is latest | |
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |