Skip to content

Commit b77dd71

Browse files
authored
Fix pydantic warning in the commit process (#972)
1 parent 73fd8a2 commit b77dd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)