Skip to content

Commit

Permalink
Fix pydantic warning in the commit process (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrluis authored and sungwy committed Aug 9, 2024
1 parent be5c426 commit daf0e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiceberg/catalog/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ def _remove_catalog_name_from_table_request_identifier(self, table_request: Comm
update={
"identifier": TableIdentifier(
namespace=table_request.identifier.namespace.root[1:], name=table_request.identifier.name
).model_dump()
)
}
)
return table_request
Expand Down

0 comments on commit daf0e31

Please sign in to comment.