Here is a quick iPython notebook I wrote up which demonstrates how to execute queries in Apache Drill using Drill’s RESTful interface. I’ve had a lot of difficulties getting Drill to “talk” to Python via JDBC and ODBC. I think the problems however are related to my computer’s configuration, but in any event, this code works.
Querying Apache Drill via RESTful Interface
Share the joy
thank you so much for the information.