Skip to content

Commit 3e7bbf5

Browse files
Merge branch 'main' into visible-gecko
2 parents cc6e727 + 62409fc commit 3e7bbf5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

definitions/output/reports/tech_crux.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ crux_base AS (
156156
WHERE
157157
yyyymm = CAST(FORMAT_DATE('%Y%m', '${pastMonth}') AS INT64) AND
158158
device IN ('desktop', 'phone')
159+
${constants.devRankFilter}
159160
160161
UNION ALL
161162
@@ -186,6 +187,7 @@ crux_base AS (
186187
WHERE
187188
date = '${pastMonth}' AND
188189
device IN ('desktop', 'phone')
190+
${constants.devRankFilter}
189191
),
190192
191193
crux AS (

0 commit comments

Comments
 (0)