Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 of 2 tasks
ming-zhang-SN opened this issue Jun 24, 2022 · 2 comments
Closed
1 of 2 tasks
Labels
area:core kind:bug This is a clearly a bug

Comments

@ming-zhang-SN
Copy link

ming-zhang-SN commented Jun 24, 2022

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

@ming-zhang-SN ming-zhang-SN added area:core kind:bug This is a clearly a bug labels Jun 24, 2022
@boring-cyborg
Copy link

boring-cyborg bot commented Jun 24, 2022

Thanks for opening your first issue here! Be sure to follow the issue template!

@bbovenzi
Copy link
Contributor

Duplicate of #24410 and fixed in #24327

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:core kind:bug This is a clearly a bug
Projects
None yet
Development

No branches or pull requests

2 participants