Skip to content

Commit 3258749

Browse files
committed
parsed_css.css sync with staging
1 parent ae5e2f2 commit 3258749

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

definitions/output/crawl/parsed_css.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ WHERE date = '${constants.currentMonth}'
1616
AND client = 'desktop';
1717
`).query(ctx => `
1818
SELECT
19-
* EXCEPT(css),
20-
CAST(NULL AS STRING) AS css_backup,
21-
SAFE.PARSE_JSON(css, wide_number_mode=>'round') AS css
19+
*
2220
FROM ${ctx.ref('crawl_staging', 'parsed_css')}
2321
WHERE date = '${constants.currentMonth}'
2422
AND client = 'desktop'
@@ -30,9 +28,7 @@ WHERE date = '${constants.currentMonth}'
3028
3129
INSERT INTO ${ctx.self()}
3230
SELECT
33-
* EXCEPT(css),
34-
CAST(NULL AS STRING) AS css_backup,
35-
SAFE.PARSE_JSON(css, wide_number_mode=>'round') AS css
31+
*
3632
FROM ${ctx.ref('crawl_staging', 'parsed_css')}
3733
WHERE date = '${constants.currentMonth}'
3834
AND client = 'mobile'

0 commit comments

Comments
 (0)