CatalogWorkspaceContentService.

get_dependent_entities_graph

get_dependent_entities_graph( workspace_id: str ) -> CatalogDependentEntitiesResponse

There are dependencies among all catalog objects, the chain is the following:

`fact/attribute/label → dataset → metric → visualization → dashboard` Some steps can be skipped, e.g. `fact → visualization` We do not support `table → dataset` dependency yet.

Parameters

nametypedescription
workspace_idstrWorkspace identification string e.g. "demo"

Returns

typedescription
CatalogDependentEntitiesResponseDependent entities graph containing nodes and edges.