dbt-coverage
Check per-column test coverage for a dbt model, showing which columns have tests, table-level tests, and coverage percentage.
Instructions
Per-column test coverage for a dbt model (which columns have tests, table-level tests, coverage %)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Model name (resolved if uniqueId not provided) | |
| uniqueId | No | dbt unique_id | |
| 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. |