CatalogWorkspaceContentService.

store_ldm_to_disk

store_ldm_to_disk( workspace_id: str, path: Path ) -> None

Store declarative logical data model for a given workspace in directory hierarchy.

This method does not tie the LDM to the workspace and organization, thus it is recommended for migration between organizations. If you want to backup LDM use store_declarative_ldm.

Parameters

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

Returns

None