e-dard / influxdb-iox-grafana

A backend datasource plugin for Grafana, allowing IOx to be queried via SQL
Apache License 2.0
6 stars 1 forks source link

Arrow type TIME64 not convertable to Grafana SDK type #3

Open e-dard opened 2 years ago

e-dard commented 2 years ago

Screenshot 2021-11-25 at 10 51 23

Whilst exploring some of IOx's internal table schema using influxdb-iox-grafana I hit a conversion issue.

Screenshot 2021-11-25 at 10 58 23

Looks like the issue will be upstream in grafana-plugin-sdk-go, which doesn't seem to know how to convert an Arrow TIME64(Nanosecond) column into something it can work with.