Skip to content

Commit 76f6858

Browse files
authored
Fix Project variable query
1 parent eff112d commit 76f6858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

batch-grafana-cost-dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
"region": "__default"
469469
},
470470
"format": 1,
471-
"rawSQL": "select $__column from $__table;",
471+
"rawSQL": "SELECT DISTINCT $__column FROM $__table WHERE COALESCE($__column, '') <> '';",
472472
"table": "awsbatchcostreport"
473473
},
474474
"refresh": 1,
@@ -508,4 +508,4 @@
508508
"uid": "5e7i8l_4k",
509509
"version": 41,
510510
"weekStart": ""
511-
}
511+
}

0 commit comments

Comments
 (0)