michelin / snowflake-grafana-datasource

Snowflake Grafana datasource plugin enables the visual representation of Snowflake data within Grafana dashboards and manages alerts.
Apache License 2.0
67 stars 33 forks source link

Query Data Error on some queries #31

Closed theothertomelliott closed 1 year ago

theothertomelliott commented 1 year ago

We're seeing "Query Data Error" appearing in the Grafana UI for some queries on our instance of Snowflake, most interestingly when we run SHOW TABLES;, but not SHOW TERSE TABLES;.

I ran these queries directly from the Go backend, and it looks like they're caused by a missing nil check at https://github.com/michelin/snowflake-grafana-datasource/blob/master/pkg/query.go#L153.

Happy to submit a PR for this with some unit tests.