Is it possible to connect to the opensource self hosted InfluxDB OSS v2 to Apache Superset?

I am trying to connect Apache Superset to the InfluxDB 2 OSS. Both Apache superset and InfluxDB are running on a docker container in my local machine. I tried following the blog Use Apache Superset to query data stored in InfluxDB Cloud Serverless | InfluxDB Cloud Serverless Documentation but I am using the self-hosted influxdb. Is it possible to connect to the opensource self hosted version of InfluxDB from Apache Superset?

Any help is much appreciated.

@rajeshpachaikani No, it’s not possible to use Apache Superset with InfluxDB v2. Superset relies on Flight SQL (a framework for SQL queries that uses the flight protocol and gRPC APIs) which v2 does not support. Only InfluxDB v3 products support Flight SQL:

  • InfluxDB Cloud Serverless
  • InfluxDB Cloud Dedicated
  • InfluxDB Clustered
  • InfluxDB Edge (Coming)
  • InfluxDB Community (Coming)
  • InfluxDB Community Pro (Coming)
1 Like