CatalogWorkspaceService.

load_declarative_workspace

load_declarative_workspace( workspace_id: str, layout_root_path: Path ) -> CatalogDeclarativeWorkspaceModel

Load declarative workspaces layout, which was stored using store_declarative_workspace.

Parameters

nametypedescription
workspace_idstrWorkspace identification string e.g. "demo"
layout_root_pathPathPath to the root of the layout directory. Defaults to Path.cwd().

Returns

typedescription
CatalogDeclarativeWorkspaceModelObject Containing declarative Logical Data Model and declarative Analytical Model.