dbt-sla-status
Compare latest dbt run test pass rate and source freshness pass rate against configured SLA thresholds, returning per-axis pass percentage and targets with caveats for missing data.
Instructions
Compare latest dbt run test pass rate and source freshness pass rate against DBT_SLA_CONFIG_PATH thresholds (dbt_sla.test_pass_pct / freshness_pass_pct). Returns per-axis passPct/target/meeting plus caveats when SLA fields or artifacts are missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |