Schema diff¶
didactic.api.diff ¶
Compute a structural diff between two Models.
| PARAMETER | DESCRIPTION |
|---|---|
old
|
The earlier Model.
TYPE:
|
new
|
The later Model.
TYPE:
|
| RETURNS | DESCRIPTION |
|---|---|
dict
|
The diff record from |
Examples:
didactic.api.classify_change ¶
Diff and classify a Model change as compatible, breaking, or migrating.
| PARAMETER | DESCRIPTION |
|---|---|
old
|
The earlier Model.
TYPE:
|
new
|
The later Model.
TYPE:
|
| RETURNS | DESCRIPTION |
|---|---|
dict
|
The compatibility report from
|
Examples: