Skip to content

Commit 3fe46ce

Browse files
rambleraptorsungwy
andauthored
Update pyiceberg/catalog/rest/__init__.py
Co-authored-by: Sung Yun <107272191+sungwy@users.noreply.github.com>
1 parent ff948b1 commit 3fe46ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/catalog/rest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class CreateViewRequest(IcebergBaseModel):
187187
location: Optional[str] = Field()
188188
view_schema: Schema = Field(alias="schema")
189189
view_version: ViewVersion = Field(alias="view-version")
190-
properties: Dict[str, str] = Field(default_factory=dict)
190+
properties: Properties = Field(default_factory=dict)
191191

192192
@field_validator("properties", mode="before")
193193
def transform_properties_dict_value_to_str(cls, properties: Properties) -> Dict[str, str]:

0 commit comments

Comments
 (0)