catalog_data_source.

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.

Example

# Load Physical Data Model from disk
sdk.catalog_data_source.load_pdm_from_disk(path=Path("xyz"))