This repository was archived by the owner on Dec 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,14 @@ There are multiple ways to install bigquery-grafana. See [INSTALL](https://raw.g
1818 * Query setup
1919 * Raw SQL editor
2020 * Query formatting
21- * Macros support
21+ * Macros support
2222 * Additional functions
2323 * Table view
2424 * Annotations
2525 * BQ queries in variables
2626 * Sharded tables (` tablename_YYYYMMDD ` )
2727 * Partitioned Tables
28+ * Granular slot allocation (Running queries in a project with flat-rate pricing)
2829
2930### Limitations:
3031
Original file line number Diff line number Diff line change @@ -18,13 +18,14 @@ There are multiple ways to install bigquery-grafana. See [INSTALL](https://raw.g
1818 * Query setup
1919 * Raw SQL editor
2020 * Query formatting
21- * Macros support
21+ * Macros support
2222 * Additional functions
2323 * Table view
2424 * Annotations
2525 * BQ queries in variables
2626 * Sharded tables (` tablename_YYYYMMDD ` )
2727 * Partitioned Tables
28+ * Granular slot allocation (Running queries in a project with flat-rate pricing)
2829
2930### Limitations:
3031
Original file line number Diff line number Diff line change 191191- $__timeTo(column) -> column < '2017-04-21T05:01:17Z'
192192- $__timeGroup(column,'5m') -> (extract(epoch from column)/300)::bigint*300 AS "time"
193193- $__timeShifting(1m) -> compare data from the current range to the previous range
194-
194+ - $__millisTimeFrom(time) -> Translate time ito millis
195+ - __millisTimeTo(time) -> Translate time ito millis
195196
196197Example of group by and order by with $__timeGroup:
197198SELECT
Original file line number Diff line number Diff line change 191191- $__timeTo(column) -> column < '2017-04-21T05:01:17Z'
192192- $__timeGroup(column,'5m') -> (extract(epoch from column)/300)::bigint*300 AS "time"
193193- $__timeShifting(1m) -> compare data from the current range to the previous range
194-
194+ - $__millisTimeFrom(time) -> Translate time ito millis
195+ - __millisTimeTo(time) -> Translate time ito millis
195196
196197Example of group by and order by with $__timeGroup:
197198SELECT
You can’t perform that action at this time.
0 commit comments