Hi everybody, I have a glossary related question. ...
# getting-started
s
Hi everybody, I have a glossary related question. I've seen it's possible to add link terms in the 'Related Terms' tab with a choice between 'Contains'/'Inherits' as relation type. Is it possible to add custom relation types easily? If yes, via UI/API/Metadata store? @little-megabyte-1074
b
hey Samuel! so it is possible to add custom metadata models, such as adding custom relationships for glossary terms. Right now these relationships are modeled using the
glossaryRelatedTerms
aspect on a GlossaryTerm. There is a
IsA
and
HasA
relationship available for terms now (incoming and outgoing). If you want to do custom modeling, I would check out these docs: https://datahubproject.io/docs/metadata-models-custom/ and then here's the docs on the aspect I mentioned above where relationships exist for Terms: https://datahubproject.io/docs/generated/metamodel/entities/glossaryterm/#glossaryrelatedterms
b
It will require extending datahub if you want support via the UI. What relationship type are you trying to model?