CatalogWorkspaceContentService.

get_attributes_catalog

get_attributes_catalog( workspace_id: str, include: list[str] ) -> list[CatalogAttribute]

Retrieve all attributes in a given workspace.

Parameters

nametypedescription
workspace_idstrWorkspace identification string e.g. "demo"
includelist[str]Entities to include. Available: datasets, labels, attributeHierarchies, dataset, defaultView, ALL

Returns

typedescription
list[CatalogAttribute]List of all attributes in a given workspace.