CatalogDataSourceService.

load_pdm_from_disk

load_pdm_from_disk( path: Path ) -> CatalogDeclarativeTables

This method is used to load pdm stored to disk using method store_pdm_to_disk.

Parameters

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

Returns

typedescription
CatalogDeclarativeTablesPhysical Data Model object.