Commit 376dde4
committed
refactor(gooddata-dbt): use CatalogGeoAreaConfig type for geo_area_config field
Replace raw dict[str, dict[str, str]] with the typed CatalogGeoAreaConfig
from gooddata-sdk. This enables cattrs validation at dbt manifest parse
time, so malformed or misnamed config keys (e.g. camelCase geoAreaConfig)
fail early with a clear error instead of silently producing None.
jira: TRIVIAL
risk: nonprod1 parent 557a623 commit 376dde4
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
43 | | - | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
403 | 406 | | |
404 | 407 | | |
405 | 408 | | |
406 | | - | |
| 409 | + | |
407 | 410 | | |
408 | 411 | | |
409 | 412 | | |
| |||
0 commit comments