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
| name | type | description |
|---|---|---|
| workspace_id | str | Workspace ID |
| settings | list | List of settings to resolve |
Returns
| type | description |
|---|---|
| dict | Dict of settings |