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