Hi team, I want to know if we can update the metad...
# getting-started
q
Hi team, I want to know if we can update the metadata of a business glossary via datahub APIs? I was trying the Python Emitter and it worked well with the the datasets documentation updates, I need to replicate the same in Business Glossary object.
b
Hi there! What information would you like to update about the term, specifically?
q
thanks for getting back, @big-carpet-38439. What I want is to display contents of a Google sheet in Datahub. I did not find a straightforward way of doing this. So I was thinking of reading the Google sheeet in python, transforming the data into a table(maybe html formatting) and updating the definition of a business glossary with it, so that the info in discoverable in the datahub. So basically, I want to up date documentation of the glossary.
Screenshot 2023-06-21 at 10.51.22 PM.png
l
@delightful-ram-75848 Can you point @quick-teacher-37159 to some resources/snippets to help out here?
d
Hi Rahul, check out this guide on creating glossary terms via Python SDK - this will basically work like UPSERT (if the term with the same URN exists, it will update properties)
q
thanks @delightful-ram-75848!🙏