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.
CatalogWorkspaceContentService.
load_declarative_ldm
load_declarative_ldm(workspace_id: str, layout_root_path: Path) ->
CatalogDeclarativeModel
Load declarative Logical Data Model, which was stored using store_declarative_workspaces
Parameters
name | type | description |
---|---|---|
workspace_id | str | Workspace identification string e.g. "demo" |
layout_root_path | Path | Path to the root of the layout directory. Defaults to Path.cwd(). |
Returns
type | description |
---|---|
CatalogDeclarativeModel | Object Containing declarative Logical Data Model |