ashb commented on a change in pull request #4705: [AIRFLOW-3743] Unify
different methods of working out AIRFLOW_HOME
URL: https://github.com/apache/airflow/pull/4705#discussion_r268585914
##########
File path: airflow/configuration.py
##########
@@ -544,6 +544,26 @@ def parameterized_config(template):
conf.read(AIRFLOW_CONFIG)
+if conf.has_option('core', 'AIRFLOW_HOME'):
Review comment:
Due to
https://github.com/apache/airflow/blob/d91153814872c831b07befe92c27c222b6960b02/airflow/configuration.py#L222-L224
`conf.has_option('core', 'airflow_home')` and `conf.has_option('core',
'AIRFLOW_HOME')` are the same
----------------------------------------------------------------
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]
With regards,
Apache Git Services