We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458f024 commit e4b7a76Copy full SHA for e4b7a76
.github/workflows/validate-queries.yml
@@ -1,11 +1,13 @@
1
-name: Validate SumoLogic Queries
+name: SQL Query Validation
2
on:
3
push:
4
paths:
5
- - '**/*.md'
+ - 'docs/**/*.md'
6
+ - 'blog-*/**/*.md'
7
pull_request:
8
9
10
11
12
jobs:
13
validate-queries:
docs/metrics/metrics-operators/where.md
@@ -14,7 +14,7 @@ where [VALUE BOOLEAN EXPRESSION | REDUCER BOOLEAN EXPRESSION]
14
```
15
## Checking my PR:
16
```sql
17
-_collector="ABC5" | where type="web"
+_collector="ABC6" | where type="web"
18
19
Where:
20
0 commit comments