marcelo225 commented on issue #66752:
URL: https://github.com/apache/airflow/issues/66752#issuecomment-4580236448

   I'm having the same problem in this version as well. 
   However, I was able to resolve it by running the following command. 
   This is just a dummy example:
   
   ```bash
   airflow connections add 'test_connection' \
         --conn-type 'odbc' \
         --conn-description 'Test descript' \
         --conn-host "test.com.br" \
         --conn-schema "TEST" \
         --conn-password "test" \
         --conn-login "login-test" \
         --conn-port "1972" \
         --conn-extra '{"Driver": "/home/cache/bin/libcacheodbcur64.so", 
"Description": "InterSystems Cache ODBC Connection", "Protocol": "TCP", "Query 
Timeout": "1", "Static Cursors": "0", "Authentication Method": "0", "Fetch": 
"2048", "UseDeclareFetch": "1"}'
   ```
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to