No noise
Safe changes don't page you. Only breaking changes surface as actionable alerts.
Schema Radar detects column-level changes post-deployment across Snowflake and BigQuery. It shows you what changed, what's impacted, and who owns it. Before the Monday 9am Slack message from your VP.
How it works
Schema Radar runs continuously. When something changes, you know immediately. Not when a dashboard goes dark.
A column is renamed, removed, or its type changes in Snowflake or BigQuery. It made it through. Schema Radar picks it up on the next ingestion run.
Not every change is a breakage. Schema Radar distinguishes column adds (safe) from renames, removals, and type changes (breaking). No alert fatigue from false positives.
Impacted downstream assets shown. Tableau workbooks, Power BI reports, dbt models. Ownership surfaced. You know who to contact before anyone reports an issue.
Schema Radar compares ingestion runs to track whether the breakage has been resolved. History is immutable. You have a clean audit trail of what happened and when.
Safe changes don't page you. Only breaking changes surface as actionable alerts.
Every schema change is logged permanently. You can trace what broke, when, and what the state was before.
Impacted assets surface with ownership so the right person gets the right alert immediately.
What Schema Radar detects
| Change type | Classification | Example |
|---|---|---|
| Column added | Safe | New column appended to existing table |
| Column renamed | Breaking | revenue → total_revenue breaks downstream models |
| Column removed | Breaking | Referenced column dropped from source table |
| Type change | Breaking | INT to STRING causes dbt model cast failure |
Frequently Asked Questions