This documentation is for an older version of GoodData.
Go to the latest version of this article.
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
name | type | description |
---|---|---|
workspace_id | str | Workspace identification string e.g. "demo" |
Returns
type | description |
---|---|
CatalogDependentEntitiesResponse | Dependent entities graph containing nodes and edges. |