We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c7266 commit ee1f66aCopy full SHA for ee1f66a
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