PyHive
PyHive copied to clipboard
Python interface to Hive and Presto. 🐝
Hello PyHive community, I'm currently using PyHive to connect to a Hive Thrift server that requires Kerberos authentication. **Request for Help:** Could you provide an example or some guidance on...
This PR contains a visualizaiton of its codebase. The idea of these diagrams is that they will help people get up-to-speed with the codebase. You can see how they render...
Configuring the presto's timezone in SQLAlchemy's `create_engine` function failed. Details Code: ``` # Option 1 - with http header connect_args["protocol"] = "https" connect_args["http_headers"] = {"X-Presto-Time-Zone": "America/New_York"} # Option 2 -...
I am running pyhive cursor.execute with async_=True, but when my query got error and I tried to get error message with cursor.fetch_logs() it returned an empty list. Did i do...
Added comment to the get_columns function
Hello, I am looking to connect to an NGINX reverse proxy that serves the Thrift traffic into a HiveServer2. To connect securely, I am required to connect using mTLS, but...