Skip to content

Commit 53dab5c

Browse files
committed
Merge branch 'main' into standard_reports
2 parents 8e9dc27 + 8a8afaa commit 53dab5c

File tree

6 files changed

+44
-45
lines changed

6 files changed

+44
-45
lines changed

infra/bigquery-export/package-lock.json

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

infra/bigquery-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "module",
1010
"dependencies": {
1111
"@google-cloud/bigquery": "8.1.0",
12-
"@google-cloud/firestore": "7.11.1",
12+
"@google-cloud/firestore": "7.11.2",
1313
"@google-cloud/storage": "7.16.0"
1414
},
1515
"author": "@max-ostapenko"

infra/tf/.terraform.lock.hcl

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

infra/tf/data_exchange.tf

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
resource "google_bigquery_analytics_hub_data_exchange" "default" {
2-
data_exchange_id = "httparchive"
3-
location = local.location
4-
display_name = "HTTP Archive"
5-
description = "The HTTP Archive is an open source project that tracks how the web is built. Historical data is provided to show how the web is constantly evolving, and the project is frequently used for research by the web community, scholars and industry leaders."
6-
primary_contact = "https://httparchive.org/"
2+
data_exchange_id = "httparchive"
3+
location = local.location
4+
display_name = "HTTP Archive"
5+
description = "The HTTP Archive is an open source project that tracks how the web is built. Historical data is provided to show how the web is constantly evolving, and the project is frequently used for research by the web community, scholars and industry leaders."
6+
primary_contact = "https://httparchive.org/"
7+
log_linked_dataset_query_user_email = true
78
sharing_environment_config {
89
default_exchange_config {
910
}

package-lock.json

Lines changed: 4 additions & 5 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
@@ -2,7 +2,7 @@
22
"name": "crawl-data",
33
"author": "@max-ostapenko",
44
"dependencies": {
5-
"@dataform/core": "3.0.23"
5+
"@dataform/core": "3.0.24"
66
},
77
"scripts": {
88
"format": "npx standard --fix; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint . --fix; terraform -chdir=infra/tf fmt -recursive",

0 commit comments

Comments
 (0)