catalog_workspace.
store_declarative_workspaces
store_declarative_workspaces(layout_root_path: Path)
Stores declarative workspaces in a given path, as folder hierarchy.
Parameters
| name | type | description |
|---|---|---|
| layout_root_path | Path | Path to the root of the layout directory. Defaults to Path.cwd(). |
Returns
NoneExample
# Store workspace layout and hierarchy
sdk.catalog_workspace.store_declarative_workspaces(layout_root_path=Path.cwd())