We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b51d7 commit 2e0cabaCopy full SHA for 2e0caba
pyiceberg/catalog/rest.py
@@ -401,7 +401,6 @@ def _fetch_config(self) -> None:
401
self.uri = config[URI]
402
403
def _identifier_to_validated_tuple(self, identifier: Union[str, Identifier]) -> Identifier:
404
- print(f"DEBUG: {identifier}")
405
identifier_tuple = self.identifier_to_tuple(identifier)
406
if len(identifier_tuple) <= 1:
407
raise NoSuchIdentifierError(f"Missing namespace or invalid identifier: {'.'.join(identifier_tuple)}")
0 commit comments