I have trino cluster with spooling protocol. Can my python service with SQLAlchemy can i use the this trino version #553
Closed
malindaashan
started this conversation in
General
Replies: 1 comment
-
yes you can use spooling with sqlalchemy too. It's a property of the server, not of the client. if the client supports spooling (i.e. recent version) and server is configured to use spooling, spooling will get used automatically. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have trino cluster with spooling protocol. Can my python service with SQLAlchemy can i use the this trino version
Beta Was this translation helpful? Give feedback.
All reactions