Skip to content

Commit c955025

Browse files
Merge branch 'main' into dependabot/github_actions/super-linter/super-linter-8.1.0
2 parents 4880003 + 54dfaa3 commit c955025

6 files changed

Lines changed: 44 additions & 44 deletions

File tree

definitions/output/crawl/parsed_css.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ WHERE date = '${constants.currentMonth}'
1717
`).query(ctx => `
1818
SELECT
1919
* EXCEPT(css),
20-
SAFE.PARSE_JSON(css, wide_number_mode=>'round') AS css,
21-
NULL AS css_backup
20+
CAST(NULL AS STRING) AS css_backup,
21+
SAFE.PARSE_JSON(css, wide_number_mode=>'round') AS css
2222
FROM ${ctx.ref('crawl_staging', 'parsed_css')}
2323
WHERE date = '${constants.currentMonth}'
2424
AND client = 'desktop'
@@ -31,8 +31,8 @@ WHERE date = '${constants.currentMonth}'
3131
INSERT INTO ${ctx.self()}
3232
SELECT
3333
* EXCEPT(css),
34-
SAFE.PARSE_JSON(css, wide_number_mode=>'round') AS css,
35-
NULL AS css_backup
34+
CAST(NULL AS STRING) AS css_backup,
35+
SAFE.PARSE_JSON(css, wide_number_mode=>'round') AS css
3636
FROM ${ctx.ref('crawl_staging', 'parsed_css')}
3737
WHERE date = '${constants.currentMonth}'
3838
AND client = 'mobile'

infra/dataform-service/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/dataform-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@google-cloud/dataform": "2.2.0",
1010
"@google-cloud/functions-framework": "4.0.0",
1111
"@google-cloud/run": "3.0.0",
12-
"@google-cloud/storage": "7.16.0"
12+
"@google-cloud/storage": "7.17.0"
1313
},
1414
"scripts": {
1515
"start": "npx functions-framework --target=dataform-service --signature-type=http --port=${PORT:-8080}",

infra/tf/.terraform.lock.hcl

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@dataform/core": "3.0.27"
1111
},
1212
"devDependencies": {
13-
"eslint": "^9.33.0",
13+
"eslint": "^9.34.0",
1414
"globals": "^16.3.0",
1515
"markdownlint-cli": "0.45.0"
1616
},

0 commit comments

Comments
 (0)