|
@@ -70,8 +70,8 @@ ps_credential_path = "ps-credential.txt" # 鉴权文件地址
|
|
|
|
|
|
# 任务对应的归档目录
|
|
|
task_key_dir_dict = {
|
|
|
- "IDpcsgMonthRun2": "data/month2", "IDpcsgDailyRun4": "data/day4", "IDpcsgDailyRun5": "data/day5",
|
|
|
- "IDpcsgDailyRunHist1": "data/hist1"
|
|
|
+ "IDpcsgMonthRun2": "data/month2", "IDpcsgDailyRun4": "data/day4", "IDpcsgDailyRunHist2": "data/hist2",
|
|
|
+ "IDpcsgDailyRunHist1": "data/hist1", "IDpcsgDailyRunHistV1": "data/histv1"
|
|
|
}
|
|
|
|
|
|
|