kaxil commented on a change in pull request #4028: [AIRFLOW-3099] Don't ever
warn about missing sections of config
URL: https://github.com/apache/incubator-airflow/pull/4028#discussion_r223996366
##########
File path: airflow/configuration.py
##########
@@ -282,6 +282,10 @@ def read(self, filenames):
super(AirflowConfigParser, self).read(filenames)
self._validate()
+ def read_dict(self, *args, **kwargs):
Review comment:
LGTM with this change
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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