snowflake-grafana-datasource icon indicating copy to clipboard operation
snowflake-grafana-datasource copied to clipboard

Snowflake Grafana datasource plugin enables the visual representation of Snowflake data within Grafana dashboards and manages alerts.

Results 18 snowflake-grafana-datasource issues
Sort by recently updated
recently updated
newest added

Even after specifying correct id and password the package fails to connect to snowflake. Things that I can share, 1. Our snowflake admins were able to look at their logs...

needs investigation

Bumps [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go) from 0.246.0 to 0.250.0. Release notes Sourced from github.com/grafana/grafana-plugin-sdk-go's releases. v0.250.0 This is a security release addressing CVE-2024-8986. What's Changed Remove repo info from binary by @​andresmgot in...

dependencies
go

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 1.8.0 to 1.9.0. Release notes Sourced from path-to-regexp's releases. Fix backtracking in 1.x Fixed Add backtrack protection to 1.x release (#320) 925ac8e Fix re.exec(&[#39](https://github.com/pillarjs/path-to-regexp/issues/39);/test/route&[#39](https://github.com/pillarjs/path-to-regexp/issues/39);) result (#267) 32a14b0...

dependencies
javascript

Hi, My query timing out here is message **"Error message request handler error: failed to query data: Failed to query data: rpc error: code = DeadlineExceeded desc = context deadline...

needs investigation

Using this query in timeseries mode ``` SELECT $__timeGroup(TIME,'2m') AS TIME, AVG(WIFI_RSSI) AS avg_wifi_rssi, name FROM table WHERE $__timeFilter(TIME) AND WIFI_RSSI -1 GROUP BY TIME, name ORDER BY TIME ```...

This implements Connection Pooling for the Snowflake Connection. The code today doesn't reuse the snowflake connection. After each query the connection is dropped. This PullRequest will add ConnectionPooling to store...

enhancement

Hello when trying to add list stage files with a LIST ![image](https://github.com/user-attachments/assets/8b02533d-c0e4-41d6-938f-0e500a65bdb2) This error happened. ![image](https://github.com/user-attachments/assets/9750aad5-f9ff-417e-914f-8346030612bc) when doing the same from snowsigth console working fine. ![image](https://github.com/user-attachments/assets/1a279d02-7244-4636-9412-9d4e9632c37a) Could you please help...

needs investigation

Getting an error on installation of the Plugin on MAcOs WARN [11-04|14:05:34] Plugin is unsigned logger=plugins.signature id=michelin-snowflake-datasource err="plugin is unsigned: could not find a MANIFEST.txt" WARN [11-04|14:05:34] Permitting unsigned plugin....