potiuk commented on issue #20092: URL: https://github.com/apache/airflow/issues/20092#issuecomment-997431778
> This isn't meant to be the case Actually it does, and it's even documented: https://airflow.apache.org/docs/apache-airflow/stable/howto/set-config.html > The universal order of precedence for all configuration options is as follows: > * set as an environment variable (AIRFLOW__CORE__SQL_ALCHEMY_CONN) > * set as a command environment variable (AIRFLOW__CORE__SQL_ALCHEMY_CONN_CMD) > * set as a secret environment variable (AIRFLOW__CORE__SQL_ALCHEMY_CONN_SECRET) > * set in airflow.cfg > * command in airflow.cfg > * secret key in airflow.cfg > * Airflow’s built in defaults This is also main reason why we are implementing this one: https://github.com/apache/airflow/pull/18974 -- 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]
