Skip to content

Commit

Permalink
add rehovot welframe frames workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Aug 8, 2024
1 parent 8d58350 commit 66f9465
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ spec:
"target_package_id": {{ $workflow.target_package_id | quote }},
"target_organization_id": {{ $organization | quote }},
"source_filter": {{ $workflow.source_filter | toJson }}
{{- if $workflow.post_processing }},"post_processing": {{ $workflow.post_processing | toJson }}{{- end }}
}
---
apiVersion: argoproj.io/v1alpha1
Expand Down
15 changes: 15 additions & 0 deletions workflows/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
concurrency: 4

genericFetcherInstanceOrganizationWorkflows:
rehovot:
muni:
- name_suffix: rehovot-welfare-frames
schedule: "4 6 1 * *" # python3 workflows/bin/get_schedule.py monthly
source_url: https://data.gov.il/dataset/welfare-frames
target_package_id: welfare-frames
source_filter:
City_Name: רחובות
post_processing:
- type: keep-last-updated-per-year
month: 10 # keep the last updated file for each year on 1st of this month (must be between 1-11 inclusive, 12 is not supported)
format: csv
resource_name: מסגרות רווחה


haifa:
israel-gov:
- name_suffix: haifa-automated-devices
Expand Down

0 comments on commit 66f9465

Please sign in to comment.