Hi all :wave: Happy to join the Datahub Slack :blu...
# troubleshoot
a
Hi all 👋 Happy to join the Datahub Slack 😊 we currently have some trouble with the Metadata Ingestion for the Business Glossary. We followed the steps in the official documentation here. I tried to use the example yaml from Github and saved it in my home directory. And here is my recipe:
Copy code
source:
  type: datahub-business-glossary
  config:
    # Coordinates
    file: ~/business_glossary.yml

sink:
  type: "datahub-rest"
  config:
    server: "<http://localhost:8080>"
If I then run the ingestion, I get the following error:
Copy code
KeyError: 'Did not find a registered class for datahub-business-glossary'
Ingesting data from Postgres and other sources worked great though. Any ideas what’s happening here?
g
Hey @adorable-judge-53430, what version are you using of the datahub CLI?
a
Hi @green-football-43791, thanks for your answer!
datahub version
shows this:
Copy code
DataHub CLI version: 0.8.10.2
Python version: 3.9.7 (default, Sep  3 2021, 12:37:55) 
[Clang 12.0.5 (clang-1205.0.22.9)]
g
Got it, looking now I think this may not have been released yet.
We are planning on doing a release today
So let me ping you after we do a release, then you can upgrade & have access to this new source!
Does that work for you?
a
Perfect 🙂 thanks a lot! So this just isn’t released in the current version 0.8.10.2 yet?
g
Exactly! I'll ping you when its released
We are targeting EOD today.
👍 1
m
@adorable-judge-53430: you should be able to get this via the latest python lib (https://pypi.org/project/acryl-datahub/)
0.8.11.1
pip install -U acryl_datahub
will get you the bits