0

Here's my code for a simple airflow dag.

enter image description here

Today is 2022-07-15. I run the simple_dag. The dates that start by July 12, 20:00 and so on, on top of some dagrun means what ?

enter image description here

QDex
  • 139
  • 9

1 Answers1

0

It is relate to your start_date that is from 13 July with difference of 4 hours from UTC.

Airflow his running the dag every 10 min from your start_date.

for more info : https://airflow.apache.org/docs/apache-airflow/stable/faq.html#what-s-the-deal-with-start-date

ozs
  • 3,051
  • 1
  • 10
  • 19