You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/11 06:33:31 UTC

[GitHub] [airflow] mik-laj commented on issue #7130: [AIRFLOW-6533] Add cli commands to manage config

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:
users@infra.apache.org


With regards,
Apache Git Services