Skip to content

Feat: Dag Runs UI now has multi-select bulk actions (#63854)#64010

Open
bhumikasudarshani-cmd wants to merge 1 commit intoapache:mainfrom
bhumikasudarshani-cmd:feature/bulk-dag-run-actions-clean
Open

Feat: Dag Runs UI now has multi-select bulk actions (#63854)#64010
bhumikasudarshani-cmd wants to merge 1 commit intoapache:mainfrom
bhumikasudarshani-cmd:feature/bulk-dag-run-actions-clean

Conversation

@bhumikasudarshani-cmd
Copy link

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

#63854
closes the feature gap between Airflow 2 and Airflow 3 by bringing back multi-select bulk action functionality in the Dag Runs UI.

Users could choose several dag runs and carry out bulk actions in Airflow 2. In Airflow 3, this feature was not present.

The Dag Runs table now has a checkbox column.The header now has a select-all checkbox.

  • Added a floating ActionBar with buttons for Mark Success, Mark Failed, and Clear.When at least one row is selected, an ActionBar appears.
  • Adheres to the current Variables page multi-select pattern
- Add checkbox column to DagRuns table - Add select-all/deselect-all header checkbox - Add floating ActionBar with Clear/Mark Success/Mark Failed - Follows existing Variables page multi-select pattern Closes apache#63854
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.

1 participant