potiuk commented on issue #17623: URL: https://github.com/apache/airflow/issues/17623#issuecomment-899650071
Can you give the exact command you run to run the backfill? Are you sure you are not running it with `--dry-run` or `--mark-success` flags? I am not sure why this might be happening - I think it should not. There is even this new feature to rerun all succeeded tasks automatically when you backfill a dag https://github.com/apache/airflow/pull/16475/files so I am pretty sure Airflow should be ablee to rerun sucdeeded tasks without `--reset-dagrun`. But maybe there is a scenario that I am not aware of ? Just to summarize: a) You run a backfill and the task succeeds (without `--reset-dagruns`). b) You change the code and re-run backfill again for that task and It does not run but is marked as success immediately (?) Did I get it correctly? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
