zhangyi-hu edited a comment on issue #17623: URL: https://github.com/apache/airflow/issues/17623#issuecomment-899107231
Because the mistake was silent, the task finished successfully (from airflow's perspective) with the wrong logic and unintended result. I spotted the mistake by looking at the final result. After updating the code with the correct logic, I need to force Airflow to backfill again with the corrected code. Otherwise, without this option, Airflow will ignore the backfill request. I believe the root of the issue is that the option `--reset-dagruns` is not resting dagruns forceful enough, giving away the right to decide on whether a task should rerun to the down-stream broker: celery. -- 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]
