dirrao commented on code in PR #37551:
URL: https://github.com/apache/airflow/pull/37551#discussion_r1495204356


##########
airflow/__main__.py:
##########
@@ -54,6 +55,11 @@ def main():
         conf = write_default_airflow_configuration_if_needed()
         if args.subcommand in ["webserver", "internal-api", "worker"]:
             write_webserver_configuration_if_needed(conf)
+

Review Comment:
   Why can't we use `AIRFLOW__SECRETS__USE_CACHE` instead of explicitly adding 
it in CLI?



-- 
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]

Reply via email to