"Troubleshooting Business Glossary example ingestion errors with YAML file"

Original Slack Thread

Hi all – trying to ingest the Business Glossary example, and pointing to this yml file: https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/bootstrap_data/business_glossary.yml but the it keeps erroring out with

owners
  field required (type=value_error.missing)
version
  field required (type=value_error.missing)
payload
  extra fields not permitted (type=value_error.extra)
title
  extra fields not permitted (type=value_error.extra)```
I'm not sure whether the issue is with my configuration or with the yml file.

<@U03G7Q849CK>
Could you please share your recipe and datahub version ?

Thanks <@U0348BYAS56> DataHub CLI version: 0.10.5.5; Python version: 3.11.4 with this recipe:
source:
type: datahub-business-glossary
config:
file: ‘https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/bootstrap_data/business_glossary.yml
enable_auto_id: true

correction – python version 3.9.9