revert update new package

This commit is contained in:
Jean-Sébastien BRENDERS 2025-01-16 09:19:12 +01:00
parent c5fc0a5ae3
commit bbc552e303
2 changed files with 9 additions and 9 deletions

View File

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

View File

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