Hi everyone, I'm having an issue similar to Andrew...
# ingestion
n
Hi everyone, I'm having an issue similar to Andrew S, when ingesting properties, but with a business glossary. I created a business glossary, but now I need to add some properties to each term. I tried to follow the examples in Andrew thead, but it didn't work for me. Can you help me? This is the error: ValidationError: 1 validation error for BusinessGlossaryConfig nodes -> 0 -> terms -> 0 -> customProperties extra fields not permitted (type=value_error.extra)
m
@numerous-guitar-35145: what does
datahub --version
say?
looks like you should be using
custom_properties
instead of
customProperties
n
datahub --version, acryl-datahub, version unavailable (installed editable via git)
I get this, I will update the project to make sure
b
Thanks for the question! Please let us know if this works
👍 1
n
Hi @big-carpet-38439, I don't know if I'm updating the project properly. What I used do is: git pull python3 -m pip install --upgrade pip wheel setuptools python3 -m pip uninstall datahub acryl-datahub || true # sanity check - ok if it fails python3 -m pip install --upgrade acryl-datahub datahub version docker-compose up -d But I'm geting this error when install acryl-datahub ERROR: Cannot install datahub==0.7.79.dev0, datahub==0.7.84.dev0, datahub==0.8.89.dev0 and datahub==0.8.90.dev0 because these package versions have conflicting dependencies. The conflict is caused by: datahub 0.8.90.dev0 depends on cheetah>=2.0 datahub 0.8.89.dev0 depends on cheetah>=2.0 datahub 0.7.84.dev0 depends on cheetah>=2.0 datahub 0.7.79.dev0 depends on cheetah>=2.0
m
@numerous-guitar-35145: you might have installed an unrelated python package (datahub).. you should uninstall it …
pip uninstall datahub
I see your commands have
datahub and acryl_datahub
both…
you should only be pip installing
acryl_datahub
after you install acryl_datahub, you get the
datahub
cli which you can use to issue commands like
datahub --version
n
great, it worked, Shirshanka
Thks very much
🎉 1
teamwork 1