This documentation is for the unstable version of GoodData, currrently in development.
For stable version, go to the latest stable version of this article.
For stable version, go to the latest stable 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. |