Your Key Workflows
Detect Breaking Schema Changes
Schema drift is your biggest enemy. A column rename or type change can silently break pipelines that ran fine yesterday.Connect Your Database
Start with your most critical production database. Connect now
Run Discovery
AnomalyArmor catalogs all tables, views, and columns. Run discovery
Configure Schema Alerts
Get notified of column additions, removals, type changes, and renames. Set up alerts
Integrate with Your CI/CD
Gate deployments on data quality using the CLI:Automate with Webhooks
Trigger actions when schema changes are detected:Recommended Setup
| Feature | Why You Need It |
|---|---|
| Schema Drift Detection | Catch column changes before they break pipelines |
| Freshness Monitoring | Know when upstream data is stale |
| Webhook Alerts | Integrate with your existing monitoring |
| CLI | Automate checks in CI/CD |
Common Tasks
Set Up dbt Integration
Run AnomalyArmor checks as part of dbt runs
Airflow Pre-flight Checks
Gate DAG tasks on data freshness
GitHub Actions Integration
Add data quality checks to your CI pipeline
CLI Reference
Full command documentation
