Commit c9585c1
feat(gooddata-sdk): [AUTO] add CatalogAutomationAlert with interval and trigger fields
Adds CatalogAutomationAlert wrapper class with AlertTrigger (ALWAYS, ONCE,
ONCE_PER_INTERVAL) and IntervalGranularity (DAY, WEEK, MONTH, QUARTER, YEAR)
typed fields, plus alert field to CatalogDeclarativeAutomation. Exports new
class from the public API surface.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b65ee3f commit c9585c1
2 files changed
Lines changed: 21 additions & 1 deletion
File tree
- packages/gooddata-sdk/src/gooddata_sdk
- catalog/workspace/declarative_model/workspace
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| |||
packages/gooddata-sdk/src/gooddata_sdk/catalog/workspace/declarative_model/workspace/automation.py
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | | - | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
| |||
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
54 | 72 | | |
55 | 73 | | |
56 | 74 | | |
| |||
65 | 83 | | |
66 | 84 | | |
67 | 85 | | |
| 86 | + | |
68 | 87 | | |
69 | 88 | | |
70 | 89 | | |
| |||
0 commit comments