This documentation is for an older version of GoodData.
Go to the latest version of this article.
CatalogDataSourceService.
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
name | type | description |
---|---|---|
path | Path | Path to the root of the layout directory. Defaults to Path.cwd(). |
Returns
type | description |
---|---|
CatalogDeclarativeTables | Physical Data Model object. |