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

Add AdHoc Filters #52

Open Dhruv-J opened 1 year ago

Dhruv-J commented 1 year ago

This PR attemps to add AdHoc filter functionality to the snowflake datasource plugin for grafana. The AST is inspired from the AST used with ClickHouse datasource plugin for grafana.

Fixes issue #24

Dhruv-J commented 1 year ago

Currently debugging the AST, it isn't able to parse the SQL without errors.

Dhruv-J commented 1 year ago

@devnied could I please get a review?

Dhruv-J commented 1 year ago

@devnied @benesch @yraffin @inacionery Could I get a review please?

benesch commented 11 months ago

I don't maintain this repository, sorry!