pydrill
pydrill copied to clipboard
Python Driver for Apache Drill.
I'm having issues installing pydrill with pip in a docker container
Is there any plan to extend `drill.query()` so that sql parameters can be passed? In general, this is done with an additional argument in `cursor.execute`, as ``` cursor.execute("SELECT ?, ?,...
PyDrill: 0.3.4 Query: select agegroup, count(*) as total from dfs.`/Users/hammer/data.csv.gz` GROUP BY age group Output: Converting the results of the above query to a pandas data frame using to_dataframe() produces...
Currently requested column are reporter in a "random" order. It's not really a bug, but a it will be useful to have the capacity to preserve/get order of the column...
This package is underappreciated. I think doing the following two things would make a big increase in adoption. 1. Include a Drill release in the pip package 2. Change the...
Trying to connect drill 1.15 using pydrill but failed. Used sqlline and I am able to connect by using MAPRSAL or PLAIN authorization. Also I can use drill explorer or...
When setting timeout of different functions to negative value (ie no timeout) - (example query(sql, timeout=10)) - it produce an error : `ValueError: Attempted to set connect timeout to -1,...
Missing import for "ImproperlyConfigured" added from pydrill.exceptions
I wonder why some entries get stuck at `Unknown mimetype, unable to deserialize: %s' % mimetype` - is it a bug ? or I am not setting up the elastic...
initiate transport lazily