We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f368a commit 54dfaa3Copy full SHA for 54dfaa3
1 file changed
definitions/output/crawl/parsed_css.js
@@ -17,7 +17,7 @@ WHERE date = '${constants.currentMonth}'
17
`).query(ctx => `
18
SELECT
19
* EXCEPT(css),
20
- NULL AS css_backup,
+ 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}'
@@ -31,7 +31,7 @@ WHERE date = '${constants.currentMonth}'
31
INSERT INTO ${ctx.self()}
32
33
34
35
36
37
0 commit comments