Skip to content

Commit afe93e0

Browse files
rambleraptorsungwy
andauthored
Update pyiceberg/view/metadata.py
Co-authored-by: Sung Yun <107272191+sungwy@users.noreply.github.com>
1 parent 9507649 commit afe93e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyiceberg/view/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class ViewVersion(IcebergBaseModel):
5151
"""A list of representations for the view definition"""
5252
default_catalog: Optional[str] = Field(alias="default-catalog", default=None)
5353
"""Catalog name to use when a reference in the SELECT does not contain a catalog"""
54-
default_namespace: List[str] = Field(alias="default-namespace")
54+
default_namespace: Namespace = Field(alias="default-namespace")
5555
"""Namespace to use when a reference in the SELECT is a single identifier"""
5656

5757

0 commit comments

Comments
 (0)