We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff948b1 commit 3fe46ceCopy full SHA for 3fe46ce
pyiceberg/catalog/rest/__init__.py
@@ -187,7 +187,7 @@ class CreateViewRequest(IcebergBaseModel):
187
location: Optional[str] = Field()
188
view_schema: Schema = Field(alias="schema")
189
view_version: ViewVersion = Field(alias="view-version")
190
- properties: Dict[str, str] = Field(default_factory=dict)
+ properties: Properties = Field(default_factory=dict)
191
192
@field_validator("properties", mode="before")
193
def transform_properties_dict_value_to_str(cls, properties: Properties) -> Dict[str, str]:
0 commit comments