Skip to content

Conversation

@sunng87
Copy link
Member

@sunng87 sunng87 commented Dec 9, 2025

Fixes #257

This patch mainly add support for two queries from Grafana, which I included in the test file.

We still cannot write good patterns to address it so I update our sql blacklist in compatibility parser to support partial replace, to replace the subquery in Grafana queries that uses array and its index from table function, which is not that way datafusion accepts.

It also adds two new string function quote_ident and parse_ident.

@sunng87 sunng87 merged commit 74ac8e2 into master Dec 10, 2025
7 checks passed
@sunng87 sunng87 deleted the feature/grafana-meta-queries branch December 10, 2025 03:23
sunng87 added a commit that referenced this pull request Dec 10, 2025
* feat: introduce support for grafana query builder

* chore: update readme

* fix: lint and test

* chore: simplify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Grafana table retrival queries

2 participants