fix
parent
b7c3a3a1de
commit
73b1bebee5
|
|
@ -125,7 +125,7 @@ def main():
|
|||
slosF=getSLO(env, DTTOKEN, DTURL)
|
||||
#slosF=slosF.loc[slosF['id'] == "a96a4031-e201-3e98-b739-27be7dc85a09"]
|
||||
#slosF=slosF.loc[slosF['id'] == "0f23cb75-4c94-3204-944d-cdc751ea625d"]
|
||||
krs=krp.parse(slosF.head(100))
|
||||
krs=krp.parse(slosF)
|
||||
# for index, row in slosF.iterrows():
|
||||
# #if row['id'] == "1ec65bfa-8d66-3215-a094-c289da440f32": #"1de2685e-0f06-370c-8b25-2326426e89c3": #or row['id'] == "ab1bf34a-10fc-3446-9cc7-79d257498a52":
|
||||
# #if row['id'] == "a01cc45e-8369-3623-a156-1b261e6f4c98":
|
||||
|
|
|
|||
|
|
@ -57,8 +57,8 @@
|
|||
emailext subject: env.JOB_NAME,
|
||||
mimeType: 'text/html',
|
||||
body: tmp_body,
|
||||
//to: 'ermis.wieger@nttdata.com, Andreas.DB.Danzer@bmwgroup.com, Mohammed.Abadel@bmw.de',
|
||||
to: 'ermis.wieger@nttdata.com',
|
||||
to: 'ermis.wieger@nttdata.com, Andreas.DB.Danzer@bmwgroup.com, Mohammed.Abadel@bmw.de',
|
||||
//to: 'ermis.wieger@nttdata.com',
|
||||
replyTo: 'coco-apm@bmw.de',
|
||||
attachmentsPattern: '*.xlsx'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue