Skip to content

Commit

Permalink
Update datahub-actions/src/datahub_actions/plugin/action/metadata_cha…
Browse files Browse the repository at this point in the history
…nge_sync/metadata_change_sync.py

Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
  • Loading branch information
treff7es and hsheth2 authored Nov 4, 2024
1 parent f35a119 commit d80f15c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class MetadataChangeEmitterConfig(BaseModel):
gms_server: Optional[str]
gms_auth_token: Optional[str]
aspects_to_exclude: Optional[List]
entity_type_to_exclude: Optional[List] = Field(default_factory=list)
entity_type_to_exclude: List[str] = Field(default_factory=list)
extra_headers: Optional[Dict[str, str]]


Expand Down

0 comments on commit d80f15c

Please sign in to comment.