failed-tests-summary
Group dbt failed tests and DQ check failures by dataset, displaying the most recent failing rows, to replace three separate tool calls.
Instructions
Aggregated 24h-ish view: dbt failed tests + DQ checks failures grouped by dataset + most recent failing rows. Replaces 3+ tool calls (dbt-failed-tests + dq-failed-checks-by-dataset + dq-list-checks).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recentRuns | No | Look at last N dbt runs | |
| sinceHours | No | Recent window for DQ checks | |
| 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. |