We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 082f51c + 6de617c commit a95c250Copy full SHA for a95c250
1 file changed
gooddata-sdk/gooddata_sdk/catalog/workspace/declarative_model/workspace/automation.py
@@ -63,8 +63,8 @@ class CatalogDeclarativeAutomation(CatalogAnalyticsBaseMeta):
63
export_definitions: Optional[list[CatalogExportDefinitionIdentifier]] = None
64
notification_channel: Optional[CatalogNotificationChannelIdentifier] = None
65
schedule: Optional[CatalogAutomationSchedule] = None
66
- tabular_exports: Optional[CatalogAutomationTabularExport] = None
67
- visual_exports: Optional[CatalogAutomationVisualExport] = None
+ tabular_exports: Optional[list[CatalogAutomationTabularExport]] = None
+ visual_exports: Optional[list[CatalogAutomationVisualExport]] = None
68
69
@staticmethod
70
def client_class() -> builtins.type[DeclarativeAutomation]:
0 commit comments