Hedgar
03/21/2022, 7:24 PM<tel:18-03-2022|18-03-2022>.csv
instead of <tel:21-03-2022|21-03-2022>.csv
like I have said before my code is on ec2 instance that through a lambda start and stops at certain time of each day. What could be amiss?Kevin Kho
03/21/2022, 7:28 PMHedgar
03/21/2022, 7:41 PM<tel:21-03-2022|21-03-2022>.csv
but took on <tel:18-03-2022|18-03-2022>.csv
thereby overriding Friday dataKevin Kho
03/21/2022, 7:43 PMHedgar
03/21/2022, 7:47 PM%d%m%Y
Kevin Kho
03/21/2022, 7:51 PMwith Flow(...) as flow:
save_to_file(f"{datetime.datetime.today()}")
?Hedgar
03/22/2022, 8:34 PMoutput = f “{today}.csv”
outside the task could be responsible for the error So when I ran it for the first time it ran properly with the proper date <tel:18-03-2022|18-03-2022>
unfortunately this is the date subsequent runs takesKevin Kho
03/22/2022, 8:36 PMHedgar
03/23/2022, 6:27 AM