Skip to content

Commit 6c01bba

Browse files
committed
[R] Add BigQuery table import to Makefile and rename post_deploy script
1 parent 5d21e34 commit 6c01bba

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ $(1)terraform: lambdas
102102

103103
.PHONY: $(1)deploy
104104
$(1)deploy: check_python $(1)terraform
105-
python $(project_root)/scripts/post_deploy_tdr.py
105+
python $(project_root)/scripts/reindex.py --import --sources "tdr:${GOOGLE_PROJECT}:snapshot/*"
106+
python $(project_root)/scripts/verify_tdr_sources.py
106107
endef
107108

108109
$(eval $(call deploy,))

requirements.all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ blinker==1.8.2
1010
boto3==1.28.63
1111
boto3-stubs==1.28.63
1212
botocore==1.31.63
13-
botocore-stubs==1.34.149
13+
botocore-stubs==1.34.150
1414
brotli==1.1.0
1515
cachetools==5.4.0
1616
certifi==2024.7.4

requirements.dev.trans.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
blessed==1.20.0
22
blinker==1.8.2
3-
botocore-stubs==1.34.149
3+
botocore-stubs==1.34.150
44
brotli==1.1.0
55
click==8.1.7
66
colorama==0.4.4
File renamed without changes.

0 commit comments

Comments
 (0)