Commit 44d9198
fix: allow displayName field in AtlanTag classification model
Remove `extra = "forbid"` from AtlanTag Config so it inherits the base
AtlanObject's `Extra.ignore` behavior, preventing crashes when the API
returns new fields. Add explicit `display_name` (alias `displayName`)
optional field for proper typed access.
Fixes GOV-729 — metadata completeness workflows failing with
"classifications -> 0 -> displayName extra fields not permitted".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2b48e48 commit 44d9198
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | 277 | | |
281 | 278 | | |
282 | 279 | | |
| |||
294 | 291 | | |
295 | 292 | | |
296 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
297 | 299 | | |
298 | 300 | | |
299 | 301 | | |
| |||
0 commit comments