trino-python-client icon indicating copy to clipboard operation
trino-python-client copied to clipboard

Python client for Trino

Results 98 trino-python-client issues
Sort by recently updated
recently updated
newest added

### Describe the feature sqlalchemy provides support for comments on Tables and Columns See https://docs.sqlalchemy.org/en/14/core/metadata.html#sqlalchemy.schema.Table.params.comment https://docs.sqlalchemy.org/en/14/core/metadata.html#sqlalchemy.schema.Column.params.comment The Trino implementation currently does not support this. ### Describe alternatives you've considered _No...

### Expected behavior When executing a prepared statement, the statement shall be executed succesfully ### Actual behavior Multipe responses from Trino contain the same deallocate header, although the code only...

Client should send extra credentials only on the initial request. See https://github.com/trinodb/trino/issues/14364#issuecomment-1263432919 for more context.

### Describe the feature To test features like eg. roles security in dbapi or sqlalchemy integration tests, it would be useful to have a docker setup that contains a working...

enhancement

Hello! I'm using the client to query [Starburst](https://www.starburst.io/). I've been trying to understand how the Cache works for OAuth2Authentication since it's prompting for authentication at every cursor created. I imagine...

Remove the Bearer from x_redirect_server, with the count remove only the first coincidence and it make fails the redirect auth url callback. ## Description ## Non-technical explanation ## Release notes...

## Description Add retry on 429 error code ## Non-technical explanation ## Release notes ( ) This is not user-visible or docs only and no release notes are required. (...

cla-signed

## Description Add yet another Authentication method, via `requests-gssapi`. The provided class, `GSSAPIAuthentication` is complete copy-paste of `KerberosAuthentication`, but uses a much nicer library (`requests-gssapi`) underneath. ## Non-technical explanation Added...

## Description - Update GitHub action versions - Add pip caching for CI workflows, release workflow doesn't use caching still just for safety/clean build reasons ## Release notes (x) This...

cla-signed