prinkov opened a new issue #9339: URL: https://github.com/apache/airflow/issues/9339
When I try to get engine from method get_sqlalchemy_engine of class MsSqlHook, I get the engine without specifying a driver. Therefore, when I try to execute queries from this engine, I get an error, because method returns an engine with the default pyodbc driver, which may not be installed or not configured. Maybe should return the engine with the pymssql driver, as it is used in the hook MsSqlHook itself and installed with Airflow extensions. Or give the choice of driver for engines ---------------------------------------------------------------- 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]
