airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Mapped Task details view "success" counts are off

Open jsnb-devoted opened this issue 1 year ago • 16 comments

Apache Airflow version

2.5.1

What happened

After the upgrade to 2.5.1 we have noticed that the counts in the details page for mapped tasks seems to be wrong. The "success" count is typically stuck at 1 and then if you look at the actual tasks there are many successful tasks.

What you think should happen instead

Here is the details page saying there is 1 successful task: Screenshot 2023-03-08 at 5 43 38 PM In the "Mapped Tasks" view you can see there are many successful tasks Screenshot 2023-03-08 at 5 43 48 PM

How to reproduce

Run a DAG with mapped tasks -- watch the success count

Operating System

Ubuntu

Versions of Apache Airflow Providers

apache-airflow-providers-amazon==7.2.1
apache-airflow-providers-cncf-kubernetes==5.2.1
apache-airflow-providers-common-sql==1.3.3
apache-airflow-providers-datadog==3.1.0
apache-airflow-providers-facebook==3.1.0
apache-airflow-providers-ftp==3.3.1
apache-airflow-providers-http==4.2.0
apache-airflow-providers-imap==3.1.1
apache-airflow-providers-jdbc==3.3.0
apache-airflow-providers-postgres==5.4.0
apache-airflow-providers-snowflake==4.0.4
apache-airflow-providers-sqlite==3.3.1
apache-airflow-providers-ssh==3.4.0

Deployment

Official Apache Airflow Helm Chart

Deployment details

k8s on EKS with the official helm chart 1.8.0

Anything else

No response

Are you willing to submit PR?

  • [X] Yes I am willing to submit a PR!

Code of Conduct

jsnb-devoted avatar Mar 09 '23 01:03 jsnb-devoted