How to connect HUE from Python Script

Hi Team,

Currently I have a project which requires me to connect HUE and run impala queries from python script. I have tried several ways but failed to connect the server. Could you please provide some examples about connecting the HUE server or introduction of python packages used for connections.

Thanks a lot

You could have a look at the Python API: https://docs.gethue.com/developer/api/#python

by any chance you have a code for the upload api? :slight_smile:

There is no public API but Hue is open source :wink: