srinify commented on issue #20721: URL: https://github.com/apache/superset/issues/20721#issuecomment-1185545091
hey @icwseven any SQL speaking database can be made to work in Superset but there needs to be a Python DB API 2.0 driver & SQL Alchemy dialect. AFAIK the InfluxDB community hasn't created these yet, so that's prevented support for Influx in Superset. Even this is similar to SQLAlchemy syntax but not 100% adherent: https://github.com/amancevice/influxalchemy Here's some background context on what's needed: - https://preset.io/blog/building-database-connector/ - https://preset.io/blog/improving-apache-superset-integration-database-sqlalchemy/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
