How are you guys currently preventing “safe-looking” dbt / SQL changes from silently corrupting downstream dashboards?
well I myself have experience this , a PR looks harmless , everything passes dbt tests ,CL ,deployment , then days later somebody realise
- executive KPIs drifted
- finance dashboards became inconsistent
- forecasting outputs changed
- downstream reports silently broke
what I am wondering is
would a ightweight GitHub/dbt PR tool that warns BEFORE merge about likely downstream operational/business consequences be valuable enough to be paid ?
not 12 downstream models affected but This change may destabilize revenue trend consistency and affect forecasting dashboards
The idea would be:
- GitHub App / CI integration
- ~30 second setup
- automatic PR comments
- low-noise / high-confidence warnings
- focused on semantic/business impact, not generic alerts
is this a painful workflow gap or minor incovinience?
would love brutally honest opinions from you guys