CatalogWorkspaceService.

create_or_update_workspace_setting

create_or_update_workspace_setting( workspace_id: str, workspace_setting: CatalogWorkspaceSetting ) -> None

Create a new workspace setting or overwrite an existing workspace setting with the same id.

Parameters

nametypedescription
workspace_idstrID of workspace where we create the setting
workspace_settingCatalogWorkspaceSettingCatalog Workspace Setting object to be created or updated.

Returns

None