-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adhoc is not working in latest grafana and latest plugin #282
adhoc is not working in latest grafana and latest plugin #282
Comments
@nitzan-tz could you share screenshot or part of dashboard JSON which could explain how exactly you define "ad-hoc" filters? I will try to reproduce your case ASAP |
@Slach here is the json of the adhoc filter
|
@nitzan-tz could check the latest so, in your case, maybe something wrong with ad-hoc filters and they didn't pass to SqlQuery.replace |
I have tried with the lates master branch but I see the same issue
This is the create table
This is the dashboard |
@nitzan-tz could you check master again and report if still reproduce? |
@Slach it is working now |
# 2.2.0 (2020-11-30) ## Enhancement: * add region support to annotation query, try to fix wrong column orders for table format, fix Altinity/clickhouse-grafana#303 * add plugin sign process, fix Altinity/clickhouse-grafana#212 * add `DateTime64` support, fix Altinity/clickhouse-grafana#292 * add `linux\arm64` backend plugin build * improve ARRAY JOIN parsing, fix Altinity/clickhouse-grafana#284 * improve `docker-compose.yaml` add ability to redefine `GRAFANA_VERSION` and `CLICKHOUSE_VERSION` via environment variables `latest` by default ## Fixes: * add `*.js.map` and `*.js` from src and spec folder to .gitignore * don't apply adhoc filters twice when used $adhoc macros, fix Altinity/clickhouse-grafana#282 * fix corner case for table format with wrong columns order between meta and data response section, fix Altinity/clickhouse-grafana#281 * add trickster to docker-compose environment * actualize links in README.md Signed-off-by: Eugene Klimov <[email protected]>
Hi,
I have adhoc variable and I have a query that include WHERE with $adhoc
I am using Grafana v7.1.5 and Clickhouse plugin 2.1.0
I have this adhoc filter
default.flows_raw.SrcAS=1299
But the $adhoc is always 1
It is translated to
The text was updated successfully, but these errors were encountered: