Hi, could somebody point me if there is an API i c...
# advice-metadata-modeling
f
Hi, could somebody point me if there is an API i can use to create/change a custom property of an existing glossary term. I don't see a graphQL mutation i can use, but maybe i am missing something. Thank you.
b
hey Nenad! unfortunately that's not available at the moment, setting custom properties on glossary terms can only happen with yaml ingestion
b
you can retrieve the glossaryTermInfo aspect from GMS programmatically and push an update, something like this https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/library/dataset_add_documentation.py except the aspect to call is glossaryTermInfoClass
f
thnx @bulky-soccer-26729 and @better-orange-49102! i understand there is an sdk way to do it. i was thinking that maybe this REST endpoint could laso be used potentially, but still didn't have time to try it out.