Skip to content

API: Add bulk update to mark Dag runs as success/failed#67948

Draft
pierrejeambrun wants to merge 1 commit into
apache:mainfrom
astronomer:feat/bulk-mark-dag-runs
Draft

API: Add bulk update to mark Dag runs as success/failed#67948
pierrejeambrun wants to merge 1 commit into
apache:mainfrom
astronomer:feat/bulk-mark-dag-runs

Conversation

@pierrejeambrun
Copy link
Copy Markdown
Member

@pierrejeambrun pierrejeambrun commented Jun 3, 2026

Implements the update action of the bulk Dag-run endpoint (PATCH /dags/{dag_id}/dagRuns) so multiple Dag runs can be marked as success / failed / queued in a single request, instead of one PATCH per run. Previously this action returned 405 ("not supported").

This is the backend for issue #63854 (bulk "mark as" for Dag runs); the UI wiring will follow in a separate PR.

related: #63854


Was generative AI tooling used to co-author this PR?
  • Yes — Claude Code (Opus 4.8)

Generated-by: Claude Code (Opus 4.8) following the guidelines

@boring-cyborg boring-cyborg Bot added area:airflow-ctl area:API Airflow's REST/HTTP API area:UI Related to UI/UX. For Frontend Developers. backport-to-airflow-ctl/v0-1-test labels Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:airflow-ctl area:API Airflow's REST/HTTP API area:UI Related to UI/UX. For Frontend Developers. backport-to-airflow-ctl/v0-1-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant