File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,9 @@ CLUSTER=${CLOUDSDK_CONTAINER_CLUSTER:?Please provide cluster name: $USAGE}
18
18
DATE_SKIP=${DATE_SKIP:- " 0" } # Number of dates to skip between each processed date (for sandbox).
19
19
TASK_FILE_SKIP=${TASK_FILE_SKIP:- " 0" } # Number of files to skip between each processed file (for sandbox).
20
20
21
- # Use sandbox in sandbox, staging in staging, measurement-lab in oti.
21
+ # Use sandbox in sandbox, measurement-lab in staging & oti.
22
22
SOURCE_PROJECT=${PROJECT_ID/ mlab-oti/ measurement-lab}
23
- # TODO(soltesz): restore or remove.
24
- # SOURCE_PROJECT=${SOURCE_PROJECT/mlab-staging/measurement-lab}
23
+ SOURCE_PROJECT=${SOURCE_PROJECT/ mlab-staging/ measurement-lab}
25
24
sed -i \
26
25
-e ' s/{{ANNOTATION_SOURCE_PROJECT}}/' ${SOURCE_PROJECT} ' /g' \
27
26
config/config.yml
Original file line number Diff line number Diff line change 6
6
polling_interval : 1m
7
7
sources :
8
8
# NOTE: It now matters what order these are in.
9
+ # # NDT
9
10
- bucket : archive-{{ANNOTATION_SOURCE_PROJECT}}
10
11
experiment : ndt
11
12
datatype : annotation2
@@ -66,3 +67,26 @@ sources:
66
67
raw : raw_ndt
67
68
join : ndt
68
69
daily_only : true
70
+ # # WEHE
71
+ - bucket : archive-{{ANNOTATION_SOURCE_PROJECT}}
72
+ experiment : wehe
73
+ datatype : annotation2
74
+ target_datasets :
75
+ tmp : tmp_wehe
76
+ raw : raw_wehe
77
+ daily_only : true
78
+ - bucket : archive-{{ANNOTATION_SOURCE_PROJECT}}
79
+ experiment : wehe
80
+ datatype : hopannotation2
81
+ target_datasets :
82
+ tmp : tmp_wehe
83
+ raw : raw_wehe
84
+ daily_only : true
85
+ - bucket : archive-{{ANNOTATION_SOURCE_PROJECT}}
86
+ experiment : wehe
87
+ datatype : scamper1
88
+ target_datasets :
89
+ tmp : tmp_wehe
90
+ raw : raw_wehe
91
+ join : wehe
92
+ daily_only : true
You can’t perform that action at this time.
0 commit comments