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": [
{
"itemType": "BASIC_DATA_JOB",
"requiresFile": true
"itemType": "DAILY_SCHEDULE_HISTORY_RESET",
"requiresFile": false
},
{
"itemType": "BASIC_DATA_COUNTRY",
"itemType": "DAILY_SCHEDULE_HISTORY",
"requiresFile": true
}
]

View File

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