Hi there, I have an issue with the glossary ingest...
# troubleshoot
s
Hi there, I have an issue with the glossary ingestion mechanism. I tried to use the glossary recipe from the documentation (https://datahubproject.io/docs/metadata-ingestion/source_docs/business_glossary/) but it seems something is amiss as I get the following error:
KeyError: 'Did not find a registered class for datahub-business-glossary'
. Any ideas?
m
@straight-dentist-7439 what version of acryl-datahub do you have?
pip freeze | grep acryl
s
this one:
acryl-datahub==0.0.0.dev0
m
@straight-dentist-7439 Can you pip uninstall it and reinstall?
You seem to have a dev version installed. Which is tied to the state of the repo when you last checked it out
Any version greater than 0.8.13.0/0.8.13.1 should work
s
alright, thanks for your help, it's working great now 🙂
🎉 2