Commit e5ed7ae
committed
fix: nullable parameters in DeclarativeMemoryItem
Get analytics was failing because abstarction of DeclarativeMemoryItem was incorrect – it did not properly marked optional attributes and therefore it was failing.
JIRA: PSDK-229
risk: low1 parent 8be6a5a commit e5ed7ae
1 file changed
Lines changed: 6 additions & 6 deletions
File tree
- packages/gooddata-sdk/src/gooddata_sdk/catalog/workspace/declarative_model/workspace/analytics_model
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| |||
0 commit comments