vamega commented on issue #6850: [AIRFLOW-6296] add mssql odbc hook
URL: https://github.com/apache/airflow/pull/6850#issuecomment-571725633
 
 
   @dstandish I'll take a look at the code today or tomorrow.
   
   One of the things I'd like to support is to directly pass in the ODBC 
connection string. That removes the need for an `odbc.ini` file needing to be 
provisioned on the machine to specify the driver, as long a path to the odbc 
driver `.so` file can be specified.
   
   I'm not sure how well known this technique is, but you can see a 
demonstration of it [here](https://stackoverflow.com/a/7399585):

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


With regards,
Apache Git Services

Reply via email to