dstandish commented on issue #6850: [AIRFLOW-6296] add mssql odbc hook URL: https://github.com/apache/airflow/pull/6850#issuecomment-571734050 also @vamega ... re your comment > I'm not sure how well known this technique is, but you can see a demonstration of it here yes i am using this approach in the `get_uri` method. note, though, this just pertains to the `get_sqlalchemy_engine` method inherited from `DbApiHook`. the `get_conn` method does not rely on sqlalchemy. both `get_conn` and `get_uri` both use the property `odbc_connection_string`, where the string is constructed.
---------------------------------------------------------------- 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
