Skip to content

Commit 825d210

Browse files
authored
update sembench config
1 parent 7aa666c commit 825d210

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sembench.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ sediment_observatory_task:
2121
sink: "sediment/observatory/{obs_id}"
2222
variables:
2323
baseref: "http://data.emobon.embrc.eu"
24+
allow_repeated_sink_paths: true
2425

2526
sediment_sampling_task:
2627
func: pysubyt
@@ -47,6 +48,7 @@ water_measured_task:
4748
sink: "water/measured/{source_mat_id}"
4849
variables:
4950
baseref: "http://data.emobon.embrc.eu"
51+
allow_repeated_sink_paths: true
5052

5153
water_observatory_task:
5254
func: pysubyt
@@ -57,6 +59,7 @@ water_observatory_task:
5759
sink: "water/observatory/{obs_id}"
5860
variables:
5961
baseref: "http://data.emobon.embrc.eu"
62+
allow_repeated_sink_paths: true
6063

6164
water_sampling_task:
6265
func: pysubyt
@@ -69,3 +72,4 @@ water_sampling_task:
6972
sink: "water/sampling/{source_mat_id}"
7073
variables:
7174
baseref: "http://data.emobon.embrc.eu"
75+
allow_repeated_sink_paths: true

0 commit comments

Comments
 (0)