CatalogWorkspaceService.

resolve_workspace_settings

resolve_workspace_settings(workspace_id: str, settings: list) -> dict

Resolve values for given settings in a workspace.

Resolves by current user, workspace, organization, or default settings and returns them as a dictionary. Proper parsing is up to the caller. TODO: long-term we should return a proper entity object.

Parameters

nametypedescription
workspace_idstrWorkspace ID
settingslistList of settings to resolve

Returns

typedescription
dictDict of settings