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!
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 should 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?
Code of Conduct
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!
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 should 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_PROXYandNO_PROXYvariables defined.Are you willing to submit PR?
Code of Conduct