Hello I'm creating a new entity in Datahub. I fo...
# ui
e
Hello I'm creating a new entity in Datahub. I followed the steps to extend the metadata model described in the guide https://datahubproject.io/docs/metadata-modeling/extending-the-metadata-model. I have been created the mappers and classes following the guide https://datahubproject.io/docs/datahub-graphql-core/ I changed the queries in the search.graphql and browse.graphql files and created the metric.graphql as the https://datahubproject.io/docs/datahub-web-react/ guide shows. After all these implementations, I could see the number of entities, in this case, metrics. However, no data returned when I tried to browse the entity created. I found this thread https://datahubspace.slack.com/archives/CV2UXSE9L/p1649274540136479 and followed the steps described in the guide, but I can't navigate through the new entity. Could somebody help me, please?
b
Hi Augustus - thanks for the question! On the frontend Entity definition (CustomEntity.tsx) did you return "true" for the "isBrowseEnabled" method?
Also, is the java "Type" class implementing the "BrowsableEntityType" interface?
e
Hi @big-carpet-38439 Is there any other cause for a custom entity is not browseable? Or maybe some documentation or info to help me understand better what happens?