You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No. Transactions are emulated for the Hive connector only as far as I remember.
cc: @mosabua Maybe we should clarify this in the docs + check what's the long term plan around transactions - will they go away eventually since we can only try to "emulate" them?
Expected behavior
dding a isolation level in the SA Session causes a failure when using any of the levels with underscores.
Trino client is removing the underscore, but then SA requires the underscore in downstream methods for a enum lookup.
Looking at the tests, it seems like it was not tested against the isolation levels with underscores.
Thanks.
Actual behavior
Fails
Steps To Reproduce
Use isolation level REPEATABLE_READ with SA
Log output
No response
Operating System
Windoss
Trino Python client version
Latest
Trino Server version
429
Python version
3.9
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: