Hello! Our DataHub was updated to 0.8.38 (by datah...
# troubleshoot
c
Hello! Our DataHub was updated to 0.8.38 (by datahub docker quickstart --keep-data) and we have an issue with glossary terms. We can't to create/delete terms but we can edit.
After delete we can see UIDs in UI
b
hey Igor! where are you seeing those uuids in the UI? also you said you can't create terms? do you get an error or what's happening?
and are you deleting through the UI or CLI?
c
I see this in Glossary UI. Items were deleted by UI. When I'm trying to create terms - there are no errors, I see OK in UI
b
and the term just never shows up? very weird.
i'll look into this now
oh are you creating them from the home glossary page?
c
How can I check term in database?
b
or inside of a Term Group?
the
urn
should begin with
urn:li:glossaryTerm
you can query for those and try to find the one you want
c
From home glossary page and from term group. Result is the same
b
do you see the newly created ones or newly deleted ones in your database?
c
I see in database but not in UI
b
if you copy the urn and go to
/glossaryTerm/<urn>
do you see the urn page properly? just trying to figure out where the issue is coming from here
c
No, it's not shows properly. Shows only uid
b
Okay gotcha. Can you paste what you see in the database here for me?
c
urnliglossaryTerm:0b184277-0f08-41fd-ac7c-2b8421aa8688 | glossaryTermInfo | {"name":"igor_test","termSource":"INTERNAL","definition":""}
urn, aspect, metadata
Maybe we need to refresh elastic indexes?
b
Okay thank you
Yeah that certainly won’t hurt
c
But how?
b
c
I did this earlier today
b
okay gotcha. I don't think that would be your issue here anyways. that issue is for updating the
parentNode
index so we can see children under a term group and so you can see terms and term groups at the home glossary page
can you send me a screenshot of the whole glossary term page?
c
b
were those two with UUIDs deleted?
c
Yes, this is deleted terms
b
one more thing - can you send a screenshot of the page where you went to the term you pasted above? and if possible could you look in the network tab of your browser and find where you query for
getGlossaryTerm
and paste the results of that here?
c
Wow
I don't know why but re-run ./docker/datahub-upgrade/datahub-upgrade.sh -u RestoreIndices helps me
b
okay yeah that was my hunch - i think for some reason your indices are not updating when creating/deleting data
if you create a new one now does it show up? if not, something is going on with your graph index
c
Yes right now all is OK!
teamwork
b
great news!