Skip to content

Commit

Permalink
fixup path_templates (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
whytheplatypus authored Nov 6, 2024
1 parent ccc59a2 commit 8f53bbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions upload-server/configs/local/deliver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ routing_groups:
data_stream_route: csv
delivery_targets:
- name: ncird
path_template: covid-all-monthly-vaccination-csv/{{.Year}}/{{.Month}}/{{.Day}}/{{.Filename}}
- data_stream_id: generic-immunization
data_stream_route: csv
delivery_targets:
Expand All @@ -63,6 +64,7 @@ routing_groups:
data_stream_route: csv
delivery_targets:
- name: ncird
path_template: influenza-vaccination-csv/{{.Year}}/{{.Month}}/{{.Day}}/{{.Filename}}
- data_stream_id: routine-immunization
data_stream_route: other
delivery_targets:
Expand All @@ -72,6 +74,7 @@ routing_groups:
data_stream_route: csv
delivery_targets:
- name: ncird
path_template: rsv-prevention-csv/{{.Year}}/{{.Month}}/{{.Day}}/{{.Filename}}
- data_stream_id: dextesting
data_stream_route: testevent1
delivery_targets:
Expand Down

0 comments on commit 8f53bbd

Please sign in to comment.