-
Notifications
You must be signed in to change notification settings - Fork 16.3k
UI: Implement navigation on bar click #50416
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
UI: Implement navigation on bar click #50416
Conversation
guan404ming
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good! Two comments.
66fbc26 to
28102a7
Compare
|
Implemented click-to-navigate for task instances as well. TI_click-to-navigate.mp4 |
guan404ming
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, 2 nits
9f65ec1 to
21f0a79
Compare
guan404ming
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
|
Thanks for the detailed feedback! |
bbovenzi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
* UI: implement navigation on bar click * use default tooltip * fix: remove unnecessary type assertion and add TI overview click-to-navigate function * refactor: optimize hover handling in DurationChart * nit:Use switch statement and extract common path (cherry picked from commit 21ca3ce)
* UI: implement navigation on bar click * use default tooltip * fix: remove unnecessary type assertion and add TI overview click-to-navigate function * refactor: optimize hover handling in DurationChart * nit:Use switch statement and extract common path (cherry picked from commit 21ca3ce)
* UI: implement navigation on bar click * use default tooltip * fix: remove unnecessary type assertion and add TI overview click-to-navigate function * refactor: optimize hover handling in DurationChart * nit:Use switch statement and extract common path
Related Issue
#50184
cc: @bbovenzi
Why
Issue #50184 highlights the need for click-to-navigate functionality for managing and debugging DAG runs, with a particular focus on long-running instances.
How
onClickfor navigation to Dag run detailsonHoverfor hover effectclick-to-navigate.mp4
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.