CatalogWorkspaceService.

put_declarative_workspace

put_declarative_workspace(workspace_id: str, workspace: CatalogDeclarativeWorkspaceModel, standalone_copy: bool) -> None

Set a workspace layout.

Parameters

nametypedescription
workspace_idstrWorkspace identification string e.g. "demo"
workspaceCatalogDeclarativeWorkspaceModelObject Containing declarative Logical Data Model and declarative Analytical Model.
standalone_copyboolIf true, then workspace data filter references will be removed from LDM. Note that first, the copy is made so we do not interfere with the original input.

Returns

typedescription
NoneNone