dbt-list-runs
List recent dbt invocations from run_results.json files for run-history analysis. Supports configurable limit and field extraction.
Instructions
List recent dbt invocations from run_results.json files in target/ and DBT_RUN_HISTORY_DIR
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| 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. |