Skip to content

All the task cells in the same row are showing same state (latest state) #24630

Description

@ming-zhang-SN

Apache Airflow version

2.3.2 (latest released)

What happened

For latest version (2.3.2) Airflow, on grid view UI all the task cells in the same row are showing same state(latest state):
Untitled

In the response json of grid_data API we can see all the instances have the same data except run_id.
Screen Shot 2022-06-24 at 17 17 29

I think the children were same for all the instances here, which caused the problem:
https://github.com/apache/airflow/blob/2.3.2/airflow/www/views.py#L300

What you think should happen instead

Each task cell should show correct data.

How to reproduce

No response

Operating System

Ubuntu 19.10

Versions of Apache Airflow Providers

No response

Deployment

Other 3rd-party Helm chart

Deployment details

No response

Anything else

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions