PyHive
PyHive copied to clipboard
Python interface to Hive and Presto. 🐝
This adds the catalog names in front of fields and table when needed. It will most likely require more finetuning but is a working prototype
fix for #404
Basically the same as https://github.com/dropbox/PyHive/pull/246 but with a test added to showcase new functionality and a couple of fixes to resolve other bugs. Many thanks to [AlexandreOuellet](https://github.com/AlexandreOuellet) for the original...
This PR was based on https://github.com/dropbox/PyHive/pull/187 and only add some fixes due PEP8. No unit tests for this new dialect were added because many tests done by `sqlalchemy_test_case` will fail...
There is code in pyhive/sqlachemy class which suppose to prevent writing to hive. But there is no other explanation in docs, git log or whatsoever why writing is not supported....
SSL presto
Hi I am trying to connect to a https presto endpoint, with basic auth. I could'nt find a way to specify a certifficate file, or a pem file. I actually...
[Resolves part of issue #121](https://github.com/dropbox/PyHive/issues/121) (resolve #121) This pull request aims to enable the conversion of complex types support for presto. * Cast structs (known as ROW data type in...