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

Airflow Grid view UI issues #24410

Closed
1 of 2 tasks
lssatvik opened this issue Jun 13, 2022 · 5 comments
Closed
1 of 2 tasks

Airflow Grid view UI issues #24410

lssatvik opened this issue Jun 13, 2022 · 5 comments
Assignees
Labels
area:UI Related to UI/UX. For Frontend Developers. kind:bug This is a clearly a bug

Comments

@lssatvik
Copy link

Apache Airflow version

2.3.2 (latest released)

What happened

  1. Task status is applied to task groups of all dag runs.

image

  1. Task Name overlaps with "Hide details panel" UI element

image

What you think should happen instead

  1. Task group status of only corresponding dag run should be updated when a task status changes.
  2. No overlap of html elements

How to reproduce

No response

Operating System

Ubuntu 20.04.3 LTS

Versions of Apache Airflow Providers

No response

Deployment

Virtualenv installation

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

@lssatvik lssatvik added area:core kind:bug This is a clearly a bug labels Jun 13, 2022
@argibbs
Copy link
Contributor

argibbs commented Jun 13, 2022

Seconded. I literally just came here to raise the same issue. 😆 S/shot below of a (redacted, sorry) example dag. You can see that despite a single failed node, all dates for the containing task groups are red, I'd expect only the groups on the affected day to be red...

image

@uranusjr uranusjr added area:UI Related to UI/UX. For Frontend Developers. kind:bug This is a clearly a bug and removed kind:bug This is a clearly a bug area:core labels Jun 13, 2022
@lssatvik
Copy link
Author

The issue came about in 2.3.1, but was not fixed in 2.3.2. I don't understand why no one raised the issue earlier. And so I am here.

@argibbs
Copy link
Contributor

argibbs commented Jun 13, 2022

Well can't speak for anyone else, but 2.3.0 had a blocking bug (for us) so we never used it; 2.3.2 followed 2.3.1 so fast that by the time I'd noticed the 2.3.1 release, 2.3.2 was already out!

@bbovenzi
Copy link
Contributor

  1. Was fixed in Check for run_id for grid task groups #24327
  2. I can fix that.

@bbovenzi
Copy link
Contributor

Actually, 2 was fixed in #23934

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:UI Related to UI/UX. For Frontend Developers. kind:bug This is a clearly a bug
Projects
None yet
Development

No branches or pull requests

4 participants