metropolis-ameer edited a comment on issue #15476: URL: https://github.com/apache/airflow/issues/15476#issuecomment-824457528
Just curiously digging around `configuration.py` in `v2-0-stable`, it looks like `def get` has `_get_option_from_config_file` before `_get_option_from_commands` or `_get_option_from_secrets`. Should it be after `_get_option_from_secrets` and before `_get_option_from_default_config`? This is around line 336. -- 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]
