Thanks @victornoel This won't fix the problem, since the original configuration file will be read, and the environment variables are ignored. Then you should generate a config using the configuration class: https://github.com/apache/incubator-airflow/blob/master/airflow/configuration.py
This isn't trivial though since you will need to iterate over all the environment variables, and populate the keys in the conf file, while keeping the order into account (environment variables have priority over the config file). [ Full content available at: https://github.com/apache/incubator-airflow/pull/3867 ] This message was relayed via gitbox.apache.org for [email protected]
