Skip to content

Commit ab13a1e

Browse files
committed
docs: removed macros that do not work in alerting
1 parent 8ec159d commit ab13a1e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,10 @@ FROM `project.dataset.table`
161161
WHERE $__timeFilter(time_column)
162162
```
163163

164-
| Macro example | Description |
165-
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
166-
| _$\_\_timeFilter(timeColumn)_ | Will be replaced by a time range filter using the specified name. |
167-
| _$\_\_timeGroup(timeColumn,interval)_ | Will be replaced by an expression usable in the GROUP BY clause. |
168-
| _$\_\_from_ or _$\_\_to_ | Will be replaced by a Unix millisecond representation of the time filter start or end time. For example, `timestamp_millis($__to)` |
169-
| _${\_\_from:date}_ or _${\_\_to:date}_ | Will be replaced by a date (ISO 8601/RFC 3339) representation of the time filter start or end time. For example, `SELECT DATE('${__from:date}')` |
164+
| Macro example | Description |
165+
| ------------------------------------- | ----------------------------------------------------------------- |
166+
| _$\_\_timeFilter(timeColumn)_ | Will be replaced by a time range filter using the specified name. |
167+
| _$\_\_timeGroup(timeColumn,interval)_ | Will be replaced by an expression usable in the GROUP BY clause. |
170168

171169
### Templates and variables
172170

0 commit comments

Comments
 (0)