update new package + layout

This commit is contained in:
Jean-Sébastien BRENDERS 2025-01-16 09:21:13 +01:00
parent 50e14c3e0a
commit f20eae1573
2 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,11 @@
{ {
"items": [ "items": [
{ {
"itemType": "DAILY_SCHEDULE_HISTORY_RESET", "itemType": "BASIC_DATA_JOB",
"requiresFile": false "requiresFile": true
}, },
{ {
"itemType": "DAILY_SCHEDULE_HISTORY", "itemType": "BASIC_DATA_COUNTRY",
"requiresFile": true "requiresFile": true
} }
] ]

View File

@ -2,14 +2,14 @@
"packageLayout": "HISTORIQUE_JOURNEES_NEW_layout.json", "packageLayout": "HISTORIQUE_JOURNEES_NEW_layout.json",
"items": [ "items": [
{ {
"key": "DAILY_SCHEDULE_HISTORY_RESET-1", "key": "BASIC_DATA_JOB-1",
"itemType": "DAILY_SCHEDULE_HISTORY_RESET", "itemType": "BASIC_DATA_JOB",
"jsonUrl": "" "jsonUrl": "s3://asys-fr-rd-dev/c3/initdata-SIRH-EXPERTS/jobs.json"
}, },
{ {
"key": "DAILY_SCHEDULE_HISTORY-1", "key": "BASIC_DATA_COUNTRY-1",
"itemType": "DAILY_SCHEDULE_HISTORY", "itemType": "BASIC_DATA_COUNTRY",
"jsonUrl": "s3://asys-fr-rd-dev/c3/initdata-SIRH/action-histories-full.json" "jsonUrl": "s3://asys-fr-rd-dev/c3/initdata-SIRH-EXPERTS/countries.json"
} }
] ]
} }