Simulate the blast radius of schema changes before they break downstream consumers.
Impact Analysis uses lineage data to predict which downstream assets, reports, and consumers will be affected by a change.
POST /api/v1/impact/analyze
{
"assetId": "table_123",
"changes": [
{ "type": "column_removed", "column": "user_id" },
{ "type": "column_renamed", "from": "email", "to": "user_email" }
]
}Configure automatic notifications to downstream owners when high-impact changes are detected.