dbt-failed-tests
Identify tests that repeatedly fail across recent runs by grouping them by chronic failure count, helping prioritize resolutions.
Instructions
Find tests that failed across the last N runs, grouped and ordered by chronic failure count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recentRuns | No | Look at last N runs | |
| 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. |