We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9507649 commit afe93e0Copy full SHA for afe93e0
1 file changed
pyiceberg/view/metadata.py
@@ -51,7 +51,7 @@ class ViewVersion(IcebergBaseModel):
51
"""A list of representations for the view definition"""
52
default_catalog: Optional[str] = Field(alias="default-catalog", default=None)
53
"""Catalog name to use when a reference in the SELECT does not contain a catalog"""
54
- default_namespace: List[str] = Field(alias="default-namespace")
+ default_namespace: Namespace = Field(alias="default-namespace")
55
"""Namespace to use when a reference in the SELECT is a single identifier"""
56
57
0 commit comments