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
name | type | description |
---|---|---|
data_source_id | str | Data Source identification string. e.g. "demo" |
layout_root_path | Path | Path to the root of the layout directory. Defaults to Path.cwd(). |