Skip to content

Commit 9cd734f

Browse files
Merge pull request #12 from OCHA-DAP/main
PR from hapi-pipelines to hapi-pipelines-prod
2 parents 863d278 + 39cc6b1 commit 9cd734f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [0.9.30] - 2024-07-13
8+
9+
### Fixed
10+
11+
- Update filenames for ETH conflict data
12+
713
## [0.9.29] - 2024-07-12
814

915
### Fixed

src/hapi/pipelines/configs/conflict_event.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ conflict_event_admintwo:
398398

399399
conflict_event_eth_political_violence:
400400
dataset: "ethiopia-acled-conflict-data"
401-
resource: "ethiopia_HRP_political_violence_events_and_fatalities_by_month-year_as-of-05Jul2024.xlsx"
401+
resource: "ethiopia_HRP_political_violence_events_and_fatalities_by_month-year"
402402
input:
403403
- "Fatalities"
404404
list:
@@ -416,7 +416,7 @@ conflict_event_admintwo:
416416

417417
conflict_event_eth_civilian_targeting:
418418
dataset: "ethiopia-acled-conflict-data"
419-
resource: "ethiopia_HRP_civilian_targeting_events_and_fatalities_by_month-year_as-of-05Jul2024.xlsx"
419+
resource: "ethiopia_HRP_civilian_targeting_events_and_fatalities_by_month-year"
420420
input:
421421
- "Fatalities"
422422
list:
@@ -434,7 +434,7 @@ conflict_event_admintwo:
434434

435435
conflict_event_eth_demonstration:
436436
dataset: "ethiopia-acled-conflict-data"
437-
resource: "ethiopia_HRP_demonstration_events_by_month-year_as-of-05Jul2024.xlsx"
437+
resource: "ethiopia_HRP_demonstration_events_by_month-year"
438438
output:
439439
- "Month demonstration"
440440
- "Year demonstration"

0 commit comments

Comments
 (0)