CatalogWorkspaceContentService.

get_aggregated_facts_catalog

get_aggregated_facts_catalog(workspace_id: str) -> list[CatalogAggregatedFact]

Retrieve all aggregated facts in a given workspace.

Parameters

nametypedescription
workspace_idstrWorkspace identification string e.g. "demo"

Returns

typedescription
list[CatalogAggregatedFact]List of all aggregated facts in a given workspace.