File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ WHERE date = '${constants.currentMonth}'
1717` ) . query ( ctx => `
1818SELECT
1919 * EXCEPT(css),
20- SAFE.PARSE_JSON(css, wide_number_mode=>'round') AS css ,
21- NULL AS css_backup
20+ NULL AS css_backup ,
21+ SAFE.PARSE_JSON(css, wide_number_mode=>'round') AS css
2222FROM ${ ctx . ref ( 'crawl_staging' , 'parsed_css' ) }
2323WHERE date = '${ constants . currentMonth } '
2424 AND client = 'desktop'
@@ -31,8 +31,8 @@ WHERE date = '${constants.currentMonth}'
3131INSERT INTO ${ ctx . self ( ) }
3232SELECT
3333 * EXCEPT(css),
34- SAFE.PARSE_JSON(css, wide_number_mode=>'round') AS css ,
35- NULL AS css_backup
34+ NULL AS css_backup ,
35+ SAFE.PARSE_JSON(css, wide_number_mode=>'round') AS css
3636FROM ${ ctx . ref ( 'crawl_staging' , 'parsed_css' ) }
3737WHERE date = '${ constants . currentMonth } '
3838 AND client = 'mobile'
You can’t perform that action at this time.
0 commit comments