Skip to content

feat: Add multi-select checkboxes to Dag Runs UI (#63854)#63933

Open
bhumikasudarshani-cmd wants to merge 6 commits intoapache:mainfrom
bhumikasudarshani-cmd:feature/bulk-dag-run-actions
Open

feat: Add multi-select checkboxes to Dag Runs UI (#63854)#63933
bhumikasudarshani-cmd wants to merge 6 commits intoapache:mainfrom
bhumikasudarshani-cmd:feature/bulk-dag-run-actions

Conversation

@bhumikasudarshani-cmd
Copy link

@bhumikasudarshani-cmd bhumikasudarshani-cmd commented Mar 19, 2026

Description

This PR introduces the functionality of bulk actions with multiple selections in the Dag Runs UI, thus filling the gap between Airflow 2 and 3.

Changes

  • Introduced checkboxes on all rows of the Dag Runs table
  • Introduced the ability to check all rows via the checkbox on the header row
  • Introduced floating ActionBar, appearing when rows are checked
  • Introduced buttons: Clear, Mark Success, Mark Failed
  • Preserved buttons on individual rows

Screenshots

Screenshot 2026-03-19 193126 Screenshot 2026-03-19 193142

Related Issues

Closes #63854

Tests

  • backend
  • frontend

@boring-cyborg
Copy link

boring-cyborg bot commented Mar 19, 2026

Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
Here are some useful points:

  • Pay attention to the quality of your code (ruff, mypy and type annotations). Our prek-hooks will help you with that.
  • In case of a new feature add useful documentation (in docstrings or in docs/ directory). Adding a new operator? Check this short guide Consider adding an example DAG that shows how users should use it.
  • Consider using Breeze environment for testing locally, it's a heavy docker but it ships with a working Airflow and a lot of integrations.
  • Be patient and persistent. It might take some time to get a review or get the final approval from Committers.
  • Please follow ASF Code of Conduct for all communication including (but not limited to) comments on Pull Requests, Mailing list and Slack.
  • Be sure to read the Airflow Coding style.
  • Always keep your Pull Requests rebased, otherwise your build might fail due to changes not related to your commits.
    Apache Airflow is a community-driven project and together we are making it better 🚀.
    In case of doubts contact the developers at:
    Mailing List: dev@airflow.apache.org
    Slack: https://s.apache.org/airflow-slack

@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Mar 19, 2026
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI - Clear/Mark Success/Fail multiple Dag runs from multi-select

2 participants