Import in influxdb v2.6 query fails

I’m using Influxdb v2.x as datasource in my panel. The statement

import “experimental/date/boundaries”

gives me an error:

500 Internal Server Error: type error 2:1-2:38: unknown import path: “experimental/date/boundaries”

The same import works fine with direct access via InfluxDB data explorer UI to the same database.

What is wrong? Any idea?

Found the error: I connected the wrong datasource InfluxDB. :woozy_face:

I have 2 instances running in docker on the same host, one instance v1.8 the other instance v2.6.1. Just the ports are different…

1 Like