The same connection details work against newer SQL Server versions. The failure happens before executing any statement (during connect). Traceback (most recent call ...
Currently SQLAlchemy allows the creation of an engine with a creator method which overrides the other engine creation arguments for example in my code: from google.cloud.sql.connector import Connector ...