CatalogDataSourceService.

load_and_put_declarative_pdm

load_and_put_declarative_pdm( data_source_id: str, layout_root_path: Path ) -> None

Loads and sets layouts stored using store_declarative_pdm.

This method combines load_declarative_pdm and put_declarative_pdm methods to load and set layouts stored using store_declarative_pdm.

Parameters

nametypedescription
data_source_idstrData Source identification string. e.g. "demo"
layout_root_pathPathPath to the root of the layout directory. Defaults to Path.cwd().

Returns

None