Skip to content

Commit c48992b

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyiceberg/catalog/rest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class CreateViewRequest(IcebergBaseModel):
293293
location: Optional[str] = Field()
294294
view_schema: Schema = Field(alias="schema")
295295
view_version: ViewVersion = Field(alias="view-version")
296-
properties: Dict[str, str] = Field(default_factory=dict)
296+
properties: Properties = Field(default_factory=dict)
297297

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

0 commit comments

Comments
 (0)