apache/airflow

Can't select the desired dag version for a backfill dag run

Open

#50,102 建立於 2025年5月1日

在 GitHub 查看
 (8 留言) (0 反應) (0 負責人)Python (16,781 fork)batch import
area:backfillarea:coregood first issuekind:bug

倉庫指標

Star
 (44,809 star)
PR 合併指標
 (平均合併 7天 18小時) (30 天內合併 834 個 PR)

描述

Apache Airflow version

3.0.0

If "Other Airflow 2 version" selected, which one?

No response

What happened?

I am making a bunch of edits to a dag, and I want to re-run a backfill for a specified date range. When I do, Airflow performs the backfill with the version of the dag that originally ran, and there's seemingly no way in the UI to specify that I want to re-run using the latest dag version.

What you think should happen instead?

The latest version should maybe be the default version for backfills, and users should be able to select the version that runs.

How to reproduce

  1. Run a backfill over a certain date.
  2. Update the dag code
  3. Run a backfill over the same date from (1)

Operating System

n/a

Versions of Apache Airflow Providers

n/a

Deployment

Astronomer

Deployment details

No response

Anything else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

貢獻者指南