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

Can not update query in query editor when using v1.6.1 #76

Open tiantangkuohai opened 3 months ago

tiantangkuohai commented 2 weeks ago

Any updates on this?

jcarlosmayo commented 2 weeks ago

Same issue here. The sample query that is provided by default never gets updated and errors out. The only workaround we have found so far is to edit the query in the JSON payload that gets sent to Snowflake.

jcarlosmayo commented 2 weeks ago

Following up on my previous comment. We got it to work. The problem for us seems to have been the version of Grafana we were running. We had deployed the image grafana/grafana-oss:9.5.20-ubuntu and updating to the latest available - grafana-oss:11.1.4-ubuntu - fixed the problem.