multiprocessio / datastation

App to easily query, script, and visualize data from every database, file, and API.
https://datastation.multiprocess.io
Other
2.9k stars 112 forks source link

Feature request: support for Impala #260

Open shoyip opened 2 years ago

shoyip commented 2 years ago

I currently need to connect to a Cloudera Impala instance in order to make queries and analyses. It would be nice to be able to integrate this type of connection in DataStation. I think it might require some sort of use of the Impala ODBC Connector / Driver. Thanks!

eatonphil commented 2 years ago

Good idea! Looks like we should be able to support this with https://github.com/bippio/go-impala rather than ODBC (which isn't ready for DataStation yet unfortunately (see #246).