vandonr-amz commented on code in PR #33481:
URL: https://github.com/apache/airflow/pull/33481#discussion_r1301725358
##########
airflow/cli/cli_parser.py:
##########
@@ -62,6 +63,13 @@
# Do no re-raise the exception since we want the CLI to still function for
# other commands.
+try:
+ auth_mgr = get_auth_manager()
Review Comment:
ah yes good point. We discussed it with Vincent, and he was in favor of a
non-static method in case implementers want to use instance properties, but
what you say about init time makes sense, I'll change it.
--
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]