Skip to content

UI: Add Select Recent Configurations dropdown to Trigger Dag form - #70413

Open
josix wants to merge 1 commit into
apache:mainfrom
josix:add-recent-config-dropdown-trigger-form
Open

UI: Add Select Recent Configurations dropdown to Trigger Dag form#70413
josix wants to merge 1 commit into
apache:mainfrom
josix:add-recent-config-dropdown-trigger-form

Conversation

@josix

@josix josix commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Context

According to the #69820's description, reusing a past run's config currently requires leaving the trigger flow to hunt for the right run in the run list and use "Trigger again with this config". In this PR, I'm going to restore the Airflow 2 in-form dropdown lets users pick any distinct config from the recent runs in a scrollable list while composing a run. The dropdown reuses the existing dagRuns list endpoint and the same conf-only prefill path as the menu item, so no new API surface is added.

closes: #69820

Verification

image image
Was generative AI tooling used to co-author this PR?
  • Yes

Generated-by: Claude Code following the guidelines


  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

Reusing a past run's config currently requires leaving the trigger flow
to hunt for the right run in the run list and use "Trigger again with
this config". Restoring the Airflow 2 in-form dropdown lets users pick
any distinct config from the recent runs in a scrollable list while
composing a run. The dropdown reuses the existing dagRuns list endpoint
and the same conf-only prefill path as the menu item, so no new API
surface is added.

closes: apache#69820
@josix
josix marked this pull request as draft July 24, 2026 18:53
@josix
josix force-pushed the add-recent-config-dropdown-trigger-form branch from 632e715 to 1c782ec Compare July 24, 2026 19:03
@josix
josix marked this pull request as ready for review July 24, 2026 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:translations area:UI Related to UI/UX. For Frontend Developers. translation:default

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add in-form "Select Recent Configurations" dropdown to the Trigger DAG form (navigation QoL, coexisting with "Trigger again with this config")

1 participant