CatalogWorkspaceService.
put_declarative_workspace
put_declarative_workspace(
workspace_id: str, workspace: CatalogDeclarativeWorkspaceModel, standalone_copy: bool
) ->
None
Set a workspace layout.
Parameters
name | type | description |
---|---|---|
workspace_id | str | Workspace identification string e.g. "demo" |
workspace | CatalogDeclarativeWorkspaceModel | Object Containing declarative Logical Data Model and declarative Analytical Model. |
standalone_copy | bool | If 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. |