Hello. I am encountering an interesting issue wher...
# troubleshoot
f
Hello. I am encountering an interesting issue where I am not able to view the contents in my local instance of datahub (localhost:9002) after I ingested new glossary terms. The icon for glossary appears on the homepage but the screen goes blank after I click on any glossary term. Has anybody encountered this issue or know how to resolve so that I can see the glossary contents?
b
Hey Shinji! What version of datahub are you on? we have seen this issue with some people after ingesting via yaml, but that specific issue should be resolved on newer releases
f
hi @bulky-soccer-26729 I am on v0.8.43
b
Try rolling back the ingestion for the glossary, then cut down on the terms and reingest, to see what is causing it?
My guess is a missing field like url, but I think Chris did resolve that recently
b
Hm yeah if you’re on 0.8.43 you shouldn’t have the same error. Can you open up your browser console before going to the page that turns white and let me know what errors show up?
b
Out of curiosity, if u rollback and ingest without the % sign, would it work? U can rename it in the UI later
b
Ah yes. This is certainly because of that
Can we do a datahub delete --urn <this urn>
If you don't want to rollback - This is a limitation in our ingestion source - it should be encoding
b
you can always then create that specific term through the UI! this is specific to ingestion, you can make the name whatever you want through the UI
oh as xL said above (just seeing that now)
f
Thank you all so much! I have been able to resolve the issue now
removing the % sign did the trick
b
Great news! Yeah and now that it’s ingested you can go add it back by editing the name in the UI :)