Skip to content

Commit 334ee00

Browse files
committed
Document TableAlreadyExistsError in catalog.rename_table
1 parent b67b724 commit 334ee00

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyiceberg/catalog/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ def rename_table(self, from_identifier: str | Identifier, to_identifier: str | I
544544
545545
Raises:
546546
NoSuchTableError: If a table with the name does not exist.
547+
TableAlreadyExistsError: If the target table already exists.
547548
"""
548549

549550
@abstractmethod

0 commit comments

Comments
 (0)