CatalogWorkspaceContentService.
get_dependent_entities_graph_from_entry_points
get_dependent_entities_graph_from_entry_points(workspace_id: str, dependent_entities_request: CatalogDependentEntitiesRequest) ->
CatalogDependentEntitiesResponse
Extends get_dependent_entities_graph with the entry point from which the graph is created.
Parameters
| name | type | description |
|---|---|---|
| workspace_id | str | Workspace identification string e.g. "demo" |
| dependent_entities_request | CatalogDependentEntitiesRequest | Entry points for the dependent entities graph |
Returns
| type | description |
|---|---|
| CatalogDependentEntitiesResponse | Dependent entities graph containing nodes and edges. |