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