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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to