dstandish edited a comment 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 incidentally, i am already using this approach in the `get_uri` method. note, though, this just pertains to the sqlalchemy connection string, and is only used in the `get_sqlalchemy_engine` method inherited from `DbApiHook`. the `get_conn` method does not rely on sqlalchemy, but uses the same property `odbc_connection_string`, where the odbc 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
