CatalogWorkspaceContentService.
get_full_catalog
get_full_catalog(
workspace_id: str, inject_valid_objects_func: bool
) ->
CatalogWorkspaceContent
Retrieves catalog for a workspace. Catalog contains all data sets and metrics defined in that workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | str | Workspace identification string e.g. "demo" |
inject_valid_objects_func | bool | Should valid_objects func be injected into the result container? When turned off, it enables pickling of the result, which is useful e.g. in Streamlit caching In such a case, developers must call compute_valid_objects in this service. |
Returns
type | description |
---|---|
CatalogWorkspaceContent | Object containing all data sets and metrics. |