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
| name | type | description |
|---|---|---|
| workspace_id | str | ID of workspace where we create the setting |
| workspace_setting | CatalogWorkspaceSetting | Catalog Workspace Setting object to be created or updated. |