Replies: 1 comment
-
I kind of feel that if your change to the DAG is sufficient to need to rerun backfills, you probably should make it a new DAG instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Like how we are able to rerun backfill instances of failed status using airflow API, we need a feature where we can rerun backfill instances of success status. This feature is needed for us.
Use case / motivation
Sometimes, we need to make some changes to the DAG files so that require to rerun the backfill instances to get new data. But airflow only offers rerun of failed tasks for the backfill function, and we want it will also support auto-rerun all the succeed tasks for the backfill date range instead of throwing exceptions.
Are you willing to submit a PR?
Yes, I'm willing to.
Related Issues
Beta Was this translation helpful? Give feedback.
All reactions