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 9a9fbcf commit 029e7aeCopy full SHA for 029e7ae
pyiceberg/catalog/rest.py
@@ -317,7 +317,7 @@ def _warn_oauth_tokens_deprecation(self) -> None:
317
if not has_oauth_server_uri and (has_init_token or has_credential) and not has_sigv4_enabled:
318
deprecation_message(
319
deprecated_in="0.7.0",
320
- removed_in="future Iceberg release",
+ removed_in="1.0.0",
321
help_message="Iceberg REST client is missing the OAuth2 server URI "
322
f"configuration and defaults to {self.uri}{Endpoints.get_token}. "
323
"This automatic fallback will be removed in a future Iceberg release."
0 commit comments