influxdata / influxdb-gds-connector

Google Data Studio Connector for InfluxDB.
MIT License
11 stars 4 forks source link

InfluxDB Connector Issue #15

Closed wallyhk closed 3 years ago

wallyhk commented 3 years ago

I'm trying to understand this error more when I try to authorize the connector. Is anyone able to advise?

"GetBuckets from: https://xxx.xxx.com/" returned an error:Exception: Could not parse text.

bednar commented 3 years ago

Hi @wallyhk,

thanks for using our GDS connector.

It looks like a query to look up of all buckets in your InfluxDB failed.

Can you share the output of following query?

buckets() |> rename(columns: {"name": "_value"}) |> keep(columns: ["_value"]) |> sort(columns: ["_value"], desc: false)

Regards

wallyhk commented 3 years ago

Thank you for the quick response - after a deeper investigation this was a firewall issue on our side.