mcepok opened a new pull request #14967:
URL: https://github.com/apache/airflow/pull/14967


   This is one of two issues mentioned in #13287 . The issue is trivial one: 
only `false` case sensitive was taken into account, however, the Airflow config 
allows many more options for the boolean False.
   This fix is basically a replacement of the case sensitive check for `false` 
by the same logic `getboolean()` uses. Using `getboolean()` itself seems not to 
be a good solution, since it throws an Exception if there is a blank value in 
the field.


-- 
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]


Reply via email to