Skip to content

Commit 72e8b7b

Browse files
authored
Merge pull request OCHA-DAP#127 from OCHA-DAP/hotfix/moz-3w
HDXDSYS-882 update moz 3w
2 parents 94c3b65 + e6e826c commit 72e8b7b

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
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.28] - 2024-07-11
8+
9+
### Fixed
10+
11+
- Corrected changed Mozambique operational presence parameters
12+
713
## [0.9.27] - 2024-07-11
814

915
### Changed

src/hapi/pipelines/configs/operational_presence.yaml

+7-6
Original file line numberDiff line numberDiff line change
@@ -249,23 +249,24 @@ operational_presence_admintwo:
249249

250250
operational_presence_moz:
251251
dataset: "mozambique-3ws-2023-jan-nov"
252-
resource: "MOZ-Humanitarian Operational Presence May 2024.xlsx"
252+
resource: "MOZ-Humanitarian Operational Presence May 2024"
253253
format: "xlsx"
254254
sheet: "Operationa Presence May 2024"
255255
headers: 1
256256
source_date:
257257
start: "01/05/2024"
258258
end: "31/05/2024"
259+
use_hxl: True
259260
admin:
260261
- ~
261-
- "District (Admin 2)-pcode (distrito/ cidade)"
262+
- "#adm2+code"
262263
admin_exact: True
263264
input:
264-
- "Implementing Partner (parceiro de implementação)"
265-
- "Organization Type ((tipo de organização)2"
265+
- "#org+name+impl"
266+
- "#org+type+impl"
266267
list:
267-
- "Implementing Partner (parceiro de implementação)"
268-
- "Organization Type ((tipo de organização)2"
268+
- "#org+name+impl"
269+
- "#org+type+impl"
269270
output:
270271
- "org_name"
271272
- "org_type_name"

0 commit comments

Comments
 (0)