Skip to content

Commit 62409fc

Browse files
committed
sampling
1 parent 743c40b commit 62409fc

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
@@ -98,6 +98,7 @@ geo_summary AS (
9898
WHERE
9999
yyyymm = CAST(FORMAT_DATE('%Y%m', '${pastMonth}') AS INT64) AND
100100
device IN ('desktop', 'phone')
101+
${constants.devRankFilter}
101102
102103
UNION ALL
103104
@@ -128,6 +129,7 @@ geo_summary AS (
128129
WHERE
129130
date = '${pastMonth}' AND
130131
device IN ('desktop', 'phone')
132+
${constants.devRankFilter}
131133
),
132134
133135
crux AS (

0 commit comments

Comments
 (0)