This documentation is for an older version of GoodData.
Go to the latest version of this article.
CatalogWorkspaceContentService.
load_ldm_from_disk
load_ldm_from_disk(path: Path) ->
CatalogDeclarativeModel
Loads the Logical Data Model, which was stored using store_ldm_to_disk.
Parameters
| name | type | description |
|---|---|---|
| path | Path | Path to the root of the layout directory. Defaults to Path.cwd(). |
Returns
| type | description |
|---|---|
| CatalogDeclarativeModel | Object Containing declarative Logical Data Model. |