docker-superset icon indicating copy to clipboard operation
docker-superset copied to clipboard

Influxdb support

Open jadster opened this issue 6 years ago • 1 comments

I could use support for influx databases. Maybe consider adding it to your superset Docker file?

If I want to add influxdb support myself, how would I go about it? Just add another line underneath pip3 install with influxalchemy in the Docker file?

jadster avatar Jul 14 '18 17:07 jadster

Does InfluxDB have a SQLAlchemy driver? I wrote a workaround a while back, but it will need a actual driver in order to work with Superset.

In other words, Superset needs a url to hand off to SQLAlchemy that can be turned into an engine/session that conforms to SQLAlchemy's API. Something like:

influxdb://user:pass@host:port/db

amancevice avatar Jul 15 '18 13:07 amancevice