Skip to content

Commit f2047d3

Browse files
committed
lint
1 parent 5baab97 commit f2047d3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "infra/tf/masthead-deployment"]
2-
path = infra/tf/masthead-deployment
3-
url = https://github.com/Masthead-Data/masthead-deployment.git
2+
path = infra/tf/masthead-deployment
3+
url = https://github.com/Masthead-Data/masthead-deployment.git

infra/bigquery_export_spark/src/firestore.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from google.cloud import firestore # type: ignore
77
from pyspark.sql import SparkSession # type: ignore
88

9-
109
PROJECT = "httparchive"
10+
DATABASE = "tech-report-api"
1111

1212

1313
# pylint: disable=too-many-instance-attributes
@@ -22,7 +22,7 @@ def __init__(self, export_config):
2222
"collection_type": export_config["type"],
2323
}
2424
self.firestore = firestore.Client(
25-
project=PROJECT, database=export_config["database"]
25+
project=PROJECT, database=DATABASE
2626
)
2727
self.batch_size = 500
2828
self.max_concurrent_batches = 200

0 commit comments

Comments
 (0)