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 2021/08/10 12:29:05 UTC

[GitHub] [airflow] uranusjr commented on issue #17534: Dags are not triggered at right time when start date is set

uranusjr commented on issue #17534:
URL: https://github.com/apache/airflow/issues/17534#issuecomment-895987034


   This is correct. Aifrlow has an implicit notion of *intervals*. For a DAG started at 2021-07-29 and runs every day, it needs one initial day before executing, so the initial run have that one day of data to extract. The second run would happen on 2021-07-31 so it can process data for that previous day, and so on. The terminology around this is a bit confusing (and we plan to improve this in 2.2), but the *idea* itself won’t change, and your DAG won’t be scheduled immediately.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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