rcjverhoef commented on code in PR #3042:
URL: https://github.com/apache/iceberg-python/pull/3042#discussion_r2890335017
##########
pyiceberg/catalog/rest/__init__.py:
##########
@@ -261,6 +262,7 @@ class TableResponse(IcebergBaseModel):
metadata_location: str | None = Field(alias="metadata-location",
default=None)
metadata: TableMetadata
config: Properties = Field(default_factory=dict)
+ storage_credentials: list[StorageCredential] =
Field(alias="storage-credentials", default_factory=list)
Review Comment:
thanks @Fokko, would you be able to merge this one as well?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]