CatalogWorkspaceService.

store_declarative_workspace

store_declarative_workspace( workspace_id: str, layout_root_path: Path, exclude: Optional[List[str]] ) -> None

Store workspace layout in a directory hierarchy.

Parameters

nametypedescription
workspace_idstrWorkspace identification string e.g. "demo"
layout_root_pathPathPath to the root of the layout directory. Defaults to Path.cwd().
excludeOptional[List[str]]Defines properties which should not be included in the payload.

Returns

No docs