CatalogWorkspaceService.

get_declarative_workspace

get_declarative_workspace(workspace_id: str, exclude: Optional[list[str]]) -> CatalogDeclarativeWorkspaceModel

Retrieve a workspace layout.

Parameters

nametypedescription
workspace_idstrWorkspace identification string e.g. "demo"
excludeOptional[list[str]]Defines properties which should not be included in the payload.

Returns

typedescription
CatalogDeclarativeWorkspaceModelObject Containing declarative Logical Data Model and declarative Analytical Model.