Skip to content

support continues catchup and backfill #25287

Answered by potiuk
blcksrx asked this question in General
Discussion options

You must be logged in to vote

This is likely not going to happen. Airlfow does not really understands what each task inside does and what you are asking for is for airflow to understand that instead of 96 or 672 separate runs of a DAG it can only run one for a bigger period. This is impossible in genaral case even if it seems simple for this particular example.

This should be done in a differrnt way. If you want to do similar thing - it's not "Airflow" who should understand that it can be done as a "batch of DagRuns" but it should be the "DAG author" who should understand it and act appropriately.

In this case likely a way better approach wll be to write a separate DAG doing this (with daily or weekly schedules as per…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by blcksrx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:feature Feature Requests
2 participants
Converted from issue

This discussion was converted from issue #25265 on July 25, 2022 14:31.