eladkal commented on issue #45691: URL: https://github.com/apache/airflow/issues/45691#issuecomment-2595356010
Related: https://lists.apache.org/thread/j2n8h308ffq46sx0vcfnl61snh7tyjlo and https://github.com/apache/airflow/pull/38168, https://github.com/apache/airflow/pull/35392 The current behavior is consistent with how data pipeline works. Today you are processing yesterday data. Thus, if you set catchup=False and you'd like to avoid creating the first run then your `start_date` needs to be adjusted with +1 day. Generally speaking, this behavior is not so suitable for other patterns. The backfill pain will be resolved with [AIP-78 Scheduler-managed backfill](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-78+Scheduler-managed+backfill) the rest will be handled in Airflow 3.1+ -- 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-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org