CatalogWorkspaceContentService.

load_ldm_from_disk

load_ldm_from_disk( path: Path ) -> CatalogDeclarativeModel

Loads the Logical Data Model, which was stored using store_ldm_to_disk.

Parameters

nametypedescription
pathPathPath to the root of the layout directory. Defaults to Path.cwd().

Returns

typedescription
CatalogDeclarativeModelObject Containing declarative Logical Data Model.