Hello,
I am getting error message below connecting to MS SQL Server. The error is coming from SQLAlchemy. Anyone encountered the same and know the fix for this issue?
/sqlalchemy/dialects/mssql/base.py: could not fetch transaction isolation level, tried views.
I could reproduce the error writhing a python script using SqlAlchemy URI. But when I added the engine in sqlalchemy session, I was able to make a connection. I don’t know the parameters in recipe file to add the engine in the session.
Appreciate your response.
Thanks,
Mahbub