We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67b724 commit 334ee00Copy full SHA for 334ee00
1 file changed
pyiceberg/catalog/__init__.py
@@ -544,6 +544,7 @@ def rename_table(self, from_identifier: str | Identifier, to_identifier: str | I
544
545
Raises:
546
NoSuchTableError: If a table with the name does not exist.
547
+ TableAlreadyExistsError: If the target table already exists.
548
"""
549
550
@abstractmethod
0 commit comments