How to use python to query influxdb 2.0 using InfluxQL remotely?

Some one the query performance using influxql is much more higher than which using Flux, so I want using python to query influxdb via influxql, how can I do?

Hi @justin_zhang,

Thanks for using our client.

This client shall be used to use Flux queries. InfluxQL queries returns json data that are not recognized by this client . If you would like to use InfluxQL use influxdb-client client.

Regards