I have an airflow DAG that should run on 1 AM every day. Now from the task details it does seems like it ran on 1 AM on the 24th (the time of this post):
But as you can see in the next run on the top right it seems like its same as the task last run time.
And when looking on the run id in the photo above and when looking at the rendered template it seems like airflow thinks the date is the 23th:
This is a real issue since we have a one day delay on this job…
Does someone knows why something like that can happen?