Kjir opened a new issue, #69658: URL: https://github.com/apache/airflow/issues/69658
### Under which category would you file this issue? Airflow Core ### Apache Airflow version 3.3.0 ### What happened and how to reproduce it? I cleared all tasks from a certain date onwards to re-execute my models. However, the execution stalled on a backfill dag run. It says that Dependencies are blocking the task from being executed, but the task has no dependecies — it's the first task in the DAG! <img width="1766" height="600" alt="Image" src="https://github.com/user-attachments/assets/edeb4611-f8e1-44b6-9d48-7a5c6c6534d2" /> I can confirm that nothing is running as well by looking at the pool, which has 0 slots taken despite having many tasks to be executed still. Depends on past is true for the task in question. The backfill job did run successfully once before, but not after clearing it and the tasks before and after (tasks before were re-executed correctly and are hence green). There are no failed tasks relating to this DAG. ### What you think should happen instead? The tasks shoul be executed. ### Operating System Debian GNU/Linux 12 (bookworm) ### Deployment Official Apache Airflow Helm Chart ### Apache Airflow Provider(s) cncf-kubernetes ### Versions of Apache Airflow Providers apache-airflow-providers-cncf-kubernetes==10.19.0 ### Official Helm Chart version 1.22.0 (latest released) ### Kubernetes Version v1.34.6+rke2r3 ### Helm Chart configuration Nothing seems relevant to me. If needed I'll provide additional details ### Docker Image customizations None ### Anything else? The cluster does require a proxy to access external resources, and thus there are `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` variables defined. ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
