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

Initializing variables is not working #51

Closed facundotorraca closed 1 year ago

facundotorraca commented 1 year ago

Hi, I'm trying to create a variable based on a query and I'm reciving the following error:

Validation (0 , V.firstValueFrom) is not a function

Templating Template variables could not be initialized: (0 , V.firstValueFrom) is not a function

I also tried with a very simple query just to make sure that there is not the problem The query I used is: SELECT $1 as x FROM VALUES ('val1'), ('val2'); But still facing the same problem

Anyone has the same problem?

EDIT: I figure out that is something related to the version. I'm usign grafana 7.0.6 but in the lastest version, it works. There is any possiblity to make this feature backward comptible?

devnied commented 1 year ago

Hi,

Unfortunately no, Grafana 7.x is no longer supported.

Regards,