File tree 2 files changed +13
-6
lines changed
src/hapi/pipelines/configs
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ 0.9.28] - 2024-07-11
8
+
9
+ ### Fixed
10
+
11
+ - Corrected changed Mozambique operational presence parameters
12
+
7
13
## [ 0.9.27] - 2024-07-11
8
14
9
15
### Changed
Original file line number Diff line number Diff line change @@ -249,23 +249,24 @@ operational_presence_admintwo:
249
249
250
250
operational_presence_moz :
251
251
dataset : " mozambique-3ws-2023-jan-nov"
252
- resource : " MOZ-Humanitarian Operational Presence May 2024.xlsx "
252
+ resource : " MOZ-Humanitarian Operational Presence May 2024"
253
253
format : " xlsx"
254
254
sheet : " Operationa Presence May 2024"
255
255
headers : 1
256
256
source_date :
257
257
start : " 01/05/2024"
258
258
end : " 31/05/2024"
259
+ use_hxl : True
259
260
admin :
260
261
- ~
261
- - " District (Admin 2)-pcode (distrito/ cidade) "
262
+ - " #adm2+code "
262
263
admin_exact : True
263
264
input :
264
- - " Implementing Partner (parceiro de implementação) "
265
- - " Organization Type ((tipo de organização)2 "
265
+ - " #org+name+impl "
266
+ - " #org+type+impl "
266
267
list :
267
- - " Implementing Partner (parceiro de implementação) "
268
- - " Organization Type ((tipo de organização)2 "
268
+ - " #org+name+impl "
269
+ - " #org+type+impl "
269
270
output :
270
271
- " org_name"
271
272
- " org_type_name"
You can’t perform that action at this time.
0 commit comments