mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-25 17:15:09 +00:00
fix(ingest): Make url an optional field of the DefaultConfig for business glossary source. (#3817)
This commit is contained in:
parent
3e234a992c
commit
81bc173630
@ -52,8 +52,8 @@ class DefaultConfig(ConfigModel):
|
||||
"""Holds defaults for populating fields in glossary terms"""
|
||||
|
||||
source: str
|
||||
url: str
|
||||
owners: Owners
|
||||
url: Optional[str] = None
|
||||
source_type: Optional[str] = "INTERNAL"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user