CatalogWorkspaceService.
get_declarative_workspace
get_declarative_workspace(
workspace_id: str, exclude: Optional[list[str]]
) ->
CatalogDeclarativeWorkspaceModel
Retrieve a workspace layout.
Parameters
name | type | description |
---|---|---|
workspace_id | str | Workspace identification string e.g. "demo" |
exclude | Optional[list[str]] | Defines properties which should not be included in the payload. |
Returns
type | description |
---|---|
CatalogDeclarativeWorkspaceModel | Object Containing declarative Logical Data Model and declarative Analytical Model. |