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


   @marcosmarxm Yes, I have tested in 2.0.2 and have my extras as follows:
   
   ```json
   {
     "connect_kwargs": {
       "CurrentSchema": "TEST",
       "Blah": true,
       "Blah2": false
     }
   }
   ```
   ```python
   >>> from airflow.providers.odbc.hooks.odbc import OdbcHook                   
                      
   >>> OdbcHook('myconn').connect_kwargs
   {'CurrentSchema': None, 'Blah': True, 'Blah2': False}  
   ```
   
   (Had to double-check today. It was getting late last night.)


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