Skip to content

Commit af5ab67

Browse files
authored
Merge pull request OCHA-DAP#139 from OCHA-DAP/HDXDSYS-924-cod-and-tcd-3w
HDXDSYS-924 update op file names
2 parents 051561e + 455befb commit af5ab67

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.39] - 2024-07-29
8+
9+
- COD and TCD operational presence update
10+
711
## [0.9.38] - 2024-07-26
812

913
### Fixed

src/hapi/pipelines/configs/operational_presence.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ operational_presence_admintwo:
102102

103103
operational_presence_cod:
104104
dataset: "drc_presence_operationnelle"
105-
resource: "rdc-3w_avril-2024.xlsx"
105+
resource: "rdc-3w_avril-2024"
106106
format: "xlsx"
107107
sheet: "Compilation_VF"
108108
headers: 1
@@ -384,13 +384,13 @@ operational_presence_admintwo:
384384
operational_presence_adminone:
385385
operational_presence_tcd:
386386
dataset: "chad-operational-presence"
387-
resource: "3W_TCD_May2024"
387+
resource: "3W_TCD_June2024"
388388
format: "xlsx"
389389
sheet: "3w opérationnelle"
390390
headers: 1
391391
source_date:
392-
start: "01/12/2023"
393-
end: "31/05/2024"
392+
start: "01/06/2024"
393+
end: "30/06/2024"
394394
use_hxl: False
395395
admin:
396396
- ~

0 commit comments

Comments
 (0)