vandonr-amz commented on code in PR #33481:
URL: https://github.com/apache/airflow/pull/33481#discussion_r1303368386
##########
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:
I can bring this time down to 40-45ms by getting rid of the `from flask
import url_for` in fab auth manager.
--
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]