Connect InfluxDB Cloud to superset

Hi everyone.

I would like to connect superset with influxdb as explained in this link:

I have an account in eastus-1.azure.cloud2.influxdata.com; so that I pass it in the connection string but superset shows me a 405 error (method no allowed).

I wonder if influx can accept authentication requests from azure zone as it happens in aws zone (according to the zone list of the link I shared). Besides, It would be great if someone can share a connection string for superset for azure zones.

Thanks

Hello @mggch,
That looks like it should work. I’m not sure. Let me ask @Jay_Clifford.
Just checking you’re using:

datafusion+flightsql:// eastus-1.azure.cloud2.influxdata.com:443?database=example-bucket&token=example-token

?

Hi @Anaisdg
I tried the connection string you posted it but no success. However, when changing to AWS it works. Maybe it has to do with the plugin.

Regards