This documentation is for an older version of GoodData.
Go to the latest version of this article.
CatalogWorkspaceContentService.
store_ldm_to_disk
store_ldm_to_disk(
workspace_id: str, path: Path
) ->
None
Store declarative logical data model for a given workspace in directory hierarchy.
This method does not tie the LDM to the workspace and organization, thus it is recommended for migration between organizations. If you want to backup LDM use store_declarative_ldm.
Parameters
name | type | description |
---|---|---|
workspace_id | str | Workspace identification string e.g. "demo" |
path | Path | Path to the root of the layout directory. Defaults to Path.cwd(). |