Skip to content

Commit

Permalink
[R] Add BigQuery table import to Makefile and rename post_deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Jul 30, 2024
1 parent 5d21e34 commit 6c01bba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ $(1)terraform: lambdas

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

$(eval $(call deploy,))
Expand Down
2 changes: 1 addition & 1 deletion requirements.all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ blinker==1.8.2
boto3==1.28.63
boto3-stubs==1.28.63
botocore==1.31.63
botocore-stubs==1.34.149
botocore-stubs==1.34.150
brotli==1.1.0
cachetools==5.4.0
certifi==2024.7.4
Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.trans.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
blessed==1.20.0
blinker==1.8.2
botocore-stubs==1.34.149
botocore-stubs==1.34.150
brotli==1.1.0
click==8.1.7
colorama==0.4.4
Expand Down
File renamed without changes.

0 comments on commit 6c01bba

Please sign in to comment.