This documentation is for an older version of GoodData.
Go to the latest version of this article.
CatalogWorkspaceService.
store_declarative_workspace
store_declarative_workspace(
workspace_id: str, layout_root_path: Path, exclude: Optional[list[str]]
) ->
None
Store workspace layout in a directory hierarchy.
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(). |
exclude | Optional[list[str]] | Defines properties which should not be included in the payload. |