sungwy commented on code in PR #2072:
URL: https://github.com/apache/iceberg-python/pull/2072#discussion_r2224209903
##########
pyiceberg/catalog/rest/auth.py:
##########
@@ -187,3 +217,4 @@ def create(cls, class_or_name: str, config: Dict[str, Any])
-> AuthManager:
AuthManagerFactory.register("noop", NoopAuthManager)
AuthManagerFactory.register("basic", BasicAuthManager)
AuthManagerFactory.register("legacyoauth2", LegacyOAuth2AuthManager)
+AuthManagerFactory.register("google", GoogleAuthManager)
Review Comment:
Hi @talatuyarer that's right - that is the current behavior.
There's a pending PR that will introduce support for setting different
AuthManager implementations here:
https://github.com/apache/iceberg-python/pull/2055
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]