You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/11/30 09:16:03 UTC

[GitHub] [airflow] turbaszek edited a comment on issue #12713: execution_date issue on version : 1.10.12

turbaszek edited a comment on issue #12713:
URL: https://github.com/apache/airflow/issues/12713#issuecomment-735659276


   It's not a day gap, it's a gap of ~30 seconds if I'm not mistaken. Airflow uses end of schedule interval. See:
   https://lists.apache.org/thread.html/2b12ae265795ff2e655a5161c972f5c7bbe60722a12849a0e2c5c55f%40%3Cdev.airflow.apache.org%3E
   
   > A DAG with a ``schedule_interval`` will execute once per interval. By
   > default, the execution of a DAG will occur at the **end** of the
   > schedule interval.
   
   This fits well the idea of processing "data intervals". If we process data for last hour we need to run DAG at the end of the hour.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org