Skip to content

Commit d7b51d7

Browse files
committed
remove support for catalog_name in identifier string
1 parent 4e020e7 commit d7b51d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyiceberg/catalog/rest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ def _fetch_config(self) -> None:
401401
self.uri = config[URI]
402402

403403
def _identifier_to_validated_tuple(self, identifier: Union[str, Identifier]) -> Identifier:
404+
print(f"DEBUG: {identifier}")
404405
identifier_tuple = self.identifier_to_tuple(identifier)
405406
if len(identifier_tuple) <= 1:
406407
raise NoSuchIdentifierError(f"Missing namespace or invalid identifier: {'.'.join(identifier_tuple)}")

0 commit comments

Comments
 (0)