CatalogWorkspaceService.

load_and_put_declarative_workspace

load_and_put_declarative_workspace( workspace_id: str, layout_root_path: Path ) -> None

Loads and sets the layouts stored using store_declarative_workspace.

This method combines load_declarative_workspace and put_declarative_workspace methods to load and set layouts 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

None