File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
gooddata-sdk/gooddata_sdk/catalog/workspace/declarative_model/workspace Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ class CatalogDeclarativeAutomation(CatalogAnalyticsBaseMeta):
6363 export_definitions : Optional [list [CatalogExportDefinitionIdentifier ]] = None
6464 notification_channel : Optional [CatalogNotificationChannelIdentifier ] = None
6565 schedule : Optional [CatalogAutomationSchedule ] = None
66- tabular_exports : Optional [CatalogAutomationTabularExport ] = None
67- visual_exports : Optional [CatalogAutomationVisualExport ] = None
66+ tabular_exports : Optional [list [ CatalogAutomationTabularExport ] ] = None
67+ visual_exports : Optional [list [ CatalogAutomationVisualExport ] ] = None
6868
6969 @staticmethod
7070 def client_class () -> builtins .type [DeclarativeAutomation ]:
You can’t perform that action at this time.
0 commit comments