Skip to content

Commit b443fd4

Browse files
authored
Point the new loader at the real table. (#1017)
Signed-off-by: Caleb Brown <[email protected]>
1 parent ec812cd commit b443fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/cloudbuild/dynamic_loader/cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ steps:
22
- name: gcr.io/google.com/cloudsdktool/cloud-sdk
33
env:
44
- 'PROJECT_ID=ossf-malware-analysis'
5-
- 'LOAD_DATASET=testing' # TODO: change after testing is completed
5+
- 'LOAD_DATASET=loading'
66
- 'LOAD_TABLE_PREFIX=merge_'
7-
- 'DEST_DATASET=testing' # TODO: change after testing is completed
7+
- 'DEST_DATASET=packages'
88
- 'DEST_TABLE=analysis'
99
- 'RESULT_BUCKET=gs://ossf-malware-analysis-results'
1010
- 'SCHEMA_FILE=function/loader/dynamic-analysis-schema.json'

0 commit comments

Comments
 (0)