Docker-airflow: The airflow web is not showing the correct execution date

Created on 27 Nov 2018  ยท  2Comments  ยท  Source: puckel/docker-airflow

The web interface of airflow is not showing the correct dag execution date, rather it shows the second last execution date of the dag run.

I also have another query related to this:
I wanted to get the list of dags that were supposed to run today but did not.

Most helpful comment

This is a common misconception about Airflow. The date shown in 'Last Run' is not the date that the DAG actually ran on.

I'd encourage you to read up on the Airflow documentation in this regard.
https://airflow.apache.org/scheduler.html

All 2 comments

This is a common misconception about Airflow. The date shown in 'Last Run' is not the date that the DAG actually ran on.

I'd encourage you to read up on the Airflow documentation in this regard.
https://airflow.apache.org/scheduler.html

On the topic, see this article for the details about the โ€œdatesโ€. https://caserta.com/data-blog/airflow-tips-tricks-pitfalls/

Was this page helpful?
0 / 5 - 0 ratings