Hello daatahub version: v0.8.41 While ingesting ...
# ingestion
r
Hello daatahub version: v0.8.41 While ingesting glossary terms : https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/bootstrap_data/business_glossary.yml, using command
# datahub ingest -c business_glossary.yml
we are getting below error:
Copy code
source
  value is not a valid dict (type=type_error.dict)
nodes
  extra fields not permitted (type=value_error.extra)
owners
  extra fields not permitted (type=value_error.extra)
url
  extra fields not permitted (type=value_error.extra)
version
  extra fields not permitted (type=value_error.extra)
b
datahub ingest -c
expects a recipe, not the glossary yml
r
My bad. Please ignore.