CatalogDataSourceService.

store_pdm_to_disk

store_pdm_to_disk( datasource_id: str, path: Path ) -> None

Store the physical data model layout in the directory for a given data source.

The directory structure below shows the output for the path set to Path("pdm_location"). pdm_location └── pdm ├── table_A.yaml └── table_B.yaml

Parameters

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

Returns

None