Goodkat commented on a change in pull request #15510:
URL: https://github.com/apache/airflow/pull/15510#discussion_r620140939
##########
File path: airflow/providers/odbc/hooks/odbc.py
##########
@@ -171,6 +171,8 @@ def clean_bool(val): # pylint:
disable=inconsistent-return-statements
return True
elif val.lower() == 'false':
return False
+ else:
+ return val
Review comment:
As the clean_bool is planned to be removed, the pylint comment will be
cleaned as well.
--
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]