010Soham commented on code in PR #2846: URL: https://github.com/apache/iceberg-python/pull/2846#discussion_r2663926934
########## pyiceberg/catalog/__init__.py: ########## @@ -77,6 +77,7 @@ _ENV_CONFIG = Config() TOKEN = "token" +AUTH_MANAGER = "auth.manager" Review Comment: moved AUTH_MANAGER into auth.py with the other auth code and updated the imports accordingly -- 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]
