dq-list-checks
Filter and list recent data quality check results by dataset, status, type, or time window to quickly identify issues.
Instructions
List recent rows from DQ_RESULTS_TABLE filtered by dataset / status / type / time window
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by check type (dbt_test | freshness | anomaly | reconciliation | ...) | |
| limit | No | ||
| status | No | Filter by status | |
| dataset | No | Filter by dataset / source | |
| sinceHours | 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. |