You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
glossary_cfg = BusinessGlossaryConfig.parse_obj(config)
File "pydantic/main.py", line 578, in pydantic.main.BaseModel.parse_obj
File "pydantic/main.py", line 406, in pydantic.main.BaseModel.__init__
ValidationError: 2 validation errors for BusinessGlossaryConfig
url
field required (type=value_error.missing)
owners
field required (type=value_error.missing)
I think the documentation should be modified to state that those fields are mandatory.
The text was updated successfully, but these errors were encountered:
Describe the bug
When reading this page (https://datahubproject.io/docs/metadata-ingestion/source_docs/business_glossary/#config-details), it says that
owners
andurl
are supposed to be optional forGlossary
. But when trying to ingest a file without those fields, I get the following error:I think the documentation should be modified to state that those fields are mandatory.
The text was updated successfully, but these errors were encountered: