Skip to content

Commit daf0e31

Browse files
ndrluissungwy
authored andcommitted
Fix pydantic warning in the commit process (#972)
1 parent be5c426 commit daf0e31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyiceberg/catalog/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ def _remove_catalog_name_from_table_request_identifier(self, table_request: Comm
684684
update={
685685
"identifier": TableIdentifier(
686686
namespace=table_request.identifier.namespace.root[1:], name=table_request.identifier.name
687-
).model_dump()
687+
)
688688
}
689689
)
690690
return table_request

0 commit comments

Comments
 (0)