Skip to content

Commit

Permalink
fix(metadata-ingestion): adds default value to _resolved_domain_urn i… (
Browse files Browse the repository at this point in the history
#9115)

Co-authored-by: Alex Klavens <alexklavens@A14603.lan>
  • Loading branch information
alexklavensnyt and Alex Klavens committed Oct 30, 2023
1 parent 758ed47 commit 2c01914
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c01914

Please sign in to comment.