pierrejeambrun opened a new pull request, #68278: URL: https://github.com/apache/airflow/pull/68278
Front-end counterpart of #67948 (which added the bulk "mark Dag runs as success/failed" API). Adds a bulk **Mark as** action to the Dag Runs multi-select action bar, next to the existing bulk Clear and Delete — restoring the Airflow 2 "multi-select → Mark Success / Mark Failed" workflow for Dag runs. Marking multiple runs goes through the bulk Dag run endpoint in a single request (no per-run fan-out), via the generated `useDagRunServiceBulkDagRuns` React Query hook. Mirrors the existing `BulkMarkTaskInstancesAsButton` and the bulk Clear/Delete Dag-run buttons. closes: #63854 ### Screenshots - _Action bar with the new "Mark as" menu (success / failed, with affected counts)_ - _Mark-as confirmation dialog (target state badge + note)_ --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8) Generated-by: Claude Code (Opus 4.8) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
