CatalogWorkspaceService.
resolve_all_workspace_settings
resolve_all_workspace_settings(workspace_id: str) -> dict
Resolve values for all 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 |
Returns
| type | description |
|---|---|
| dict | Dict of settings |