grafana / yugabyte-datasource

The Yugabyte data source for Grafana allows you to query and visualize data from YugabyteDB.
https://grafana.com/grafana/plugins/grafana-yugabyte-datasource/
Apache License 2.0
0 stars 0 forks source link

Bump `grafana / sqlds` to latest version #42

Closed ivanahuckova closed 2 months ago

ivanahuckova commented 3 months ago

Yugabyte has an issue with incorrect error source and the reason is that yugabyte uses old github.com/grafana/sqlds/v2 and not the newest one is github.com/grafana/sqlds/v4 which has a lot of error source logic. I thought it might be as easy as just updating the plugin, but the api has changed and it is using new driver logic.

More in https://raintank-corp.slack.com/archives/C05L7NUVBK6/p1723039649325069

ivanahuckova commented 2 months ago

Fixed by https://github.com/grafana/yugabyte-datasource/pull/43