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

Python DB-API client for Presto

Results 46 presto-python-client issues
Sort by recently updated
recently updated
newest added

Does this have SqlAlchemy support (as in pyhive)?

Greetings all! I'm looking to transition a project I curate (omniduct, a library to simplify data acquisition, especially for data scientists) from `pyhive` to `prestodb`; but currently I would lose...

enhancement

src/kerberosbasic.h:17:10: fatal error: gssapi/gssapi.h: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-vgvza7_o/pykerberos/setup.py';f=getattr(tokenize, 'open',...

Python2.7's end of life is Jan 1st, 2020. See [countdown](https://pythonclock.org/). Do we need to still support Python2.7? When can we switch to Python3 only? It will simplify the implementation of...

We should send the `Authorization` header eagerly, rather than adding a round-trip for the `401` response. Also, we should only allow basic auth if HTTPS is enabled (to prevent sending...

enhancement

Provide an interface to publish errors, stats, and profiling information to an external system.

Observability

presto-python-client == 0.4.1 Presto server == 0.166 after i ran insert sql, after about 5mins, presto will rollback and delete the data in the table? is there some bugs or...

question

Since version 0.209, Presto may return a list of [warnings](https://github.com/prestodb/presto/blob/master/presto-spi/src/main/java/com/facebook/presto/spi/PrestoWarning.java) in the _warnings_ field of the JSON struct returned by then coordinator when the client polls the status of a...

enhancement

Ideally we need to have this supported by the end of January.

enhancement

[`prestodb.auth`](https://github.com/prestodb/presto-python-client/blob/master/prestodb/auth.py) provides an interface to setup authentication in the client. It currently defines the `Authentication` abstract interface and `KerberosAuthentication`. The purpose of this issue is to add a class to...

enhancement