Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyiceberg/catalog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ def rename_table(self, from_identifier: str | Identifier, to_identifier: str | I

Raises:
NoSuchTableError: If a table with the name does not exist.
TableAlreadyExistsError: If the target table already exists.
"""

@abstractmethod
Expand Down
Loading