Skip to content

Commit 15fb581

Browse files
committed
flat mobile origins
1 parent c4a35fa commit 15fb581

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

definitions/output/reports/tech_report_geos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish('tech_report_geos', {
77
}).query(ctx => `
88
SELECT
99
geo,
10-
adoption AS origins
10+
adoption.mobile AS mobile_origins
1111
FROM ${ctx.ref('reports', 'tech_report_adoption')}
1212
WHERE
1313
date = '${pastMonth}'

definitions/output/reports/tech_report_ranks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish('tech_report_ranks', {
77
}).query(ctx => `
88
SELECT
99
rank,
10-
adoption AS origins
10+
adoption.mobile AS mobile_origins
1111
FROM ${ctx.ref('reports', 'tech_report_adoption')}
1212
WHERE
1313
date = '${pastMonth}'

0 commit comments

Comments
 (0)