list_failing_tests
List failing dbt tests from the last run, showing the test name, guarded model/column, row failure count, and whether it's generic or custom.
Instructions
List every failing test in the last dbt run, with what it guards.
Returns the test name, the model and column it protects, how many rows failed,
and whether it is a generic (not_null, unique...) or hand-written test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |