Audit any dbt repo.
Find why numbers don't match.
Paste a GitHub repo and dbt Context analyses your models, SQL, YAML, tests and lineage to find risky models, missing tests, orphaned assets and likely causes of metric mismatches.
Project AuditMetric DebuggerSQL Generator
Private repository
Works with any public or private dbt GitHub repo
Example findings
High
int_trade_agg_day contains a TODO about incorrect incremental builds
models/intermediate/int_trade_agg_day.sql
High
stg_history_contract_events has no downstream models
Orphaned staging model, likely technical debt
Critical
Zero tests across all mart models
No automated validation on customer-facing metrics
Medium
Repeated date-spine pattern across 3 intermediate models
Bug fixes must be applied in 3 places