Skip to content

Commit b9ee541

Browse files
committed
final fixes for #804
Signed-off-by: Eugene Klimov <eklimov@altinity.com>
1 parent 75a24d4 commit b9ee541

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/grafana/dashboards/replacement_adhoc.json renamed to docker/grafana/dashboards/replacement_adhoc_issue_804.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
"interval": "",
107107
"intervalFactor": 1,
108108
"nullifySparse": false,
109-
"query": "SELECT * FROM $table WHERE $timeFilter AND $adhoc",
110-
"rawQuery": "/* grafana dashboard='Plugin test adhoc replacement #804', user=0 */\nSELECT * FROM default.oses WHERE event_date >= toDate(1756492197) AND event_date <= toDate(1756513797) AND event_time >= toDateTime(1756492197) AND event_time <= toDateTime(1756513797) AND (OS = 'os1')",
109+
"query": "SELECT * FROM $table WHERE $adhoc",
110+
"rawQuery": "/* grafana dashboard='Plugin test adhoc replacement #804', user=1 */\nSELECT * FROM default.oses WHERE (OS = 'os2')",
111111
"refId": "A",
112112
"round": "0s",
113113
"showFormattedSQL": true,
@@ -175,6 +175,6 @@
175175
"timepicker": {},
176176
"timezone": "browser",
177177
"title": "Plugin test adhoc replacement #804",
178-
"uid": "nDwac10nz",
178+
"uid": "plugin-adhoc-issue-804",
179179
"version": 1
180180
}

0 commit comments

Comments
 (0)