mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 04:10:43 +00:00
fix(metadata-ingestion): adds default value to _resolved_domain_urn i… (#9115)
Co-authored-by: Alex Klavens <alexklavens@A14603.lan>
This commit is contained in:
parent
758ed47644
commit
2c019148ad
@ -104,7 +104,7 @@ class DataProduct(ConfigModel):
|
||||
|
||||
id: str
|
||||
domain: str
|
||||
_resolved_domain_urn: Optional[str]
|
||||
_resolved_domain_urn: Optional[str] = None
|
||||
assets: Optional[List[str]] = None
|
||||
display_name: Optional[str] = None
|
||||
owners: Optional[List[Union[str, Ownership]]] = None
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user