mik-laj commented on issue #7130: [AIRFLOW-6533] Add cli commands to manage config URL: https://github.com/apache/airflow/pull/7130#issuecomment-573287835 I have a question about one case. What if the user performs the following command? ``` export AIRFLOW__CORE__EXECUTOR="MyAwesomeExecutor" airflow config show | grep 'executor' airflow config set --section core --option executor --value SecondExecutor airflow config show | grep 'executor' ``` What will the user see on the screen now? Will the user be aware of why the configuration has not been changed?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
