airflow
airflow copied to clipboard
Fix Deferrable Operators get stuck as "scheduled" during backfill
When the triggerer puts the task to scheduled, it gets stuck because it's already in ti_status.running. We need to move it to ti_status.to_run for it to continue running
closes: https://github.com/apache/airflow/issues/25653