assess_schema_change
Assess proposed DDL changes by compiling them into a counterfactual DataHub graph, policy proof, release gate, migration DAG, and merge-ready evidence manifest.
Instructions
Compile proposed DDL or a column change into a counterfactual DataHub graph, policy proof, release gate, migration DAG, and merge-ready evidence manifest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| change | Yes | Snowflake DDL or natural language, for example: ALTER TABLE warehouse.analytics.customer_360 RENAME COLUMN customer_tier TO loyalty_tier; | |
| writeback | No | Append the hash-sealed decision capsule to the DataHub column. |