Skip to content

Commit fbbb37b

Browse files
Merge branch 'main' into dependabot/terraform/infra/tf/hashicorp/google-6.36.1
2 parents 4505cd5 + 684ecdd commit fbbb37b

5 files changed

Lines changed: 11 additions & 12 deletions

File tree

definitions/output/f1/requests_latest.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ FROM ${ctx.ref('crawl', 'requests')}
5252
WHERE date = '${constants.currentMonth}' AND
5353
client = 'desktop'
5454
`)
55-

infra/dataform-export/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-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"dependencies": {
88
"@google-cloud/functions-framework": "4.0.0",
9-
"@google-cloud/run": "2.0.1"
9+
"@google-cloud/run": "2.1.0"
1010
},
1111
"scripts": {
1212
"start": "npx functions-framework --target=dataform-export --signature-type=http --debug"

infra/dataform-trigger/package-lock.json

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

infra/dataform-trigger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"dependencies": {
77
"@google-cloud/bigquery": "8.0.0",
8-
"@google-cloud/dataform": "2.0.1",
8+
"@google-cloud/dataform": "2.1.0",
99
"@google-cloud/functions-framework": "4.0.0"
1010
},
1111
"scripts": {

0 commit comments

Comments
 (0)