CatalogDataSourceService.
store_declarative_pdm
store_declarative_pdm(
data_source_id: str, layout_root_path: Path
) ->
None
Store physical data model layout in directory hierarchy for a given data source.
gooddata_layouts └── organization_id └── data_sources └── data_source_a └── pdm ├── table_A.yaml └── table_B.yaml
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(). |