You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/24 12:29:16 UTC

[GitHub] [airflow] marcosmarxm commented on issue #15016: OdbcHook string values in connect_kwargs dict converts to None

marcosmarxm commented on issue #15016:
URL: https://github.com/apache/airflow/issues/15016#issuecomment-826085708


   @krnhotwings this function is useful because the `connect_kwargs` also is able to receive a JSON object and `clean_bool` maps the JSON bool type to Python boolean type. The function will convert `"true"` to `True` and doesn't change other strings.
   
   The `connect_kwargs` you use can be also configured in the UI when adding the ODBC connection.
   You can see more here:
   https://airflow.apache.org/docs/apache-airflow-providers-odbc/stable/connections/odbc.html


-- 
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:
users@infra.apache.org