Enterprise Edition only
Introduced in Dremio 4.0.0.
This API retrieves graph information about a specific catalog entity (source, space, folder, file or dataset) using its ID. Child information (if applicable) of the catalog entity are also retrieved.
** Enterprise Edition only
Available as of Dremio 4.0.0**
GET /api/v3/catalog/{id}/graph
where {id} must be the Dataset ID.
sources: [CatalogEntity],
parents: [CatalogEntity],
children [CatalogEntity],
The CatalogEntity is one of the following:
403
- User does not have permission to view the catalog entity.
404
- A catalog entity with the specified ID could not be found.