This documentation is for an older version of GoodData.
Go to the latest version of this article.
CatalogWorkspaceContentService.
layout_workspace_folder
layout_workspace_folder(
workspace_id: str, layout_root_path: Path
) ->
Path
Ties the LDM or Analytics Model to the Organization and workspaces in the store methods.
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 |
---|---|
Path | Path to the root of the layout directory for store methods. |