sample_failing_rows
Fetch the exact rows that failed a dbt test to pinpoint the root cause quickly.
Instructions
Fetch the actual rows that caused a test to fail.
Args:
test_name: the test's name or unique_id, as returned by list_failing_tests.
limit: maximum rows to return (kept small on purpose).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| test_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||