Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add shortcut to clear and mark state for taskinstance and dagrun.#50885

Merged
pierrejeambrun merged 2 commits intoapache:mainfrom
tirkarthi:gh50884
May 26, 2025
Merged

Add shortcut to clear and mark state for taskinstance and dagrun.#50885
pierrejeambrun merged 2 commits intoapache:mainfrom
tirkarthi:gh50884

Conversation

Copy link
Contributor

tirkarthi commented May 21, 2025 *
edited
Loading

  • shift+s to mark task instance/dagrun as success only when the it is not in success state.
  • shift+f to mark task instance/dagrun as failed only when the task is not in failed state.
  • shift+c to clear task instance/dagrun.
  • Hotkey enabled only in details page and not in list page to avoid ambiguity of multiple modals opened.

Closes #50884

tirkarthi requested review from bbovenzi, jscheffl, pierrejeambrun, ryanahamilton and shubhamraj-git as code owners May 21, 2025 11:43
boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label May 21, 2025
pierrejeambrun approved these changes May 23, 2025
Copy link
Member

pierrejeambrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, one minor nit.

pierrejeambrun added this to the Airflow 3.1.0 milestone May 23, 2025
tirkarthi force-pushed the gh50884 branch from 9314fda to 9221ba2 Compare May 23, 2025 16:55
pierrejeambrun approved these changes May 26, 2025
Copy link
Member

pierrejeambrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, working as expected.

pierrejeambrun merged commit e79b034 into apache:main May 26, 2025
42 checks passed
dadonnelly316 pushed a commit to dadonnelly316/airflow that referenced this pull request May 26, 2025
...ache#50885)

* Add shortcut to clear and mark state for taskinstance and dagrun.

* Rename hasHotKey to isHotkeyEnabled.
sanederchik pushed a commit to sanederchik/airflow that referenced this pull request Jun 7, 2025
...ache#50885)

* Add shortcut to clear and mark state for taskinstance and dagrun.

* Rename hasHotKey to isHotkeyEnabled.
jose-lehmkuhl pushed a commit to jose-lehmkuhl/airflow that referenced this pull request Jul 11, 2025
...ache#50885)

* Add shortcut to clear and mark state for taskinstance and dagrun.

* Rename hasHotKey to isHotkeyEnabled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

pierrejeambrun pierrejeambrun approved these changes

bbovenzi Awaiting requested review from bbovenzi bbovenzi is a code owner

ryanahamilton Awaiting requested review from ryanahamilton ryanahamilton is a code owner

jscheffl Awaiting requested review from jscheffl

shubhamraj-git Awaiting requested review from shubhamraj-git shubhamraj-git is a code owner

Assignees

No one assigned

Labels

area:UI Related to UI/UX. For Frontend Developers.

Projects

None yet

Milestone

Airflow 3.1.0

Development

Successfully merging this pull request may close these issues.

Add keyboard shortcut to clear and mark dagrun and taskinstance.

2 participants