File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
2526sediment_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
5153water_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
6164water_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
You can’t perform that action at this time.
0 commit comments