hussein-awala commented on issue #27025: URL: https://github.com/apache/airflow/issues/27025#issuecomment-1287523151
I don't think this is a bug, as the 'airflow.cfg' file contains the default configs and not the active configs. Airflow [checks](https://github.com/apache/airflow/blob/main/airflow/configuration.py#L564-L588) if the conf exists in the environment variables first, if not, it tries to load it from file `airflow.cfg`. You can create a shell on the scheduler container, and try to get the `core executor` conf: ```bash airflow config get-value core executor # and to get all the active conf airflow config list ``` -- 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]
