We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2dc2c commit 661a409Copy full SHA for 661a409
1 file changed
definitions/output/crawl/parsed_css.js
@@ -17,7 +17,8 @@ WHERE date = '${constants.currentMonth}'
17
`).query(ctx => `
18
SELECT
19
* EXCEPT(css),
20
- SAFE.PARSE_JSON(css, wide_number_mode=>'round') AS css
+ SAFE.PARSE_JSON(css, wide_number_mode=>'round') AS css,
21
+ NULL AS css_backup
22
FROM ${ctx.ref('crawl_staging', 'parsed_css')}
23
WHERE date = '${constants.currentMonth}'
24
AND client = 'desktop'
@@ -30,7 +31,8 @@ WHERE date = '${constants.currentMonth}'
30
31
INSERT INTO ${ctx.self()}
32
33
34
35
36
37
38
AND client = 'mobile'
0 commit comments