trinodb / trino-python-client

Python client for Trino
Apache License 2.0
309 stars 151 forks source link

Support execute chaining #316

Closed damian3031 closed 1 year ago

damian3031 commented 1 year ago

resolves #279

Now it is possible to chain fetch operations. Added test for it.