[v3-3-test] Fix DAGs list page Last Run/Next Run going stale after runs complete (#70667) - #72735
Open
vatsrahul1001 wants to merge 1 commit into
Open
[v3-3-test] Fix DAGs list page Last Run/Next Run going stale after runs complete (#70667)#72735vatsrahul1001 wants to merge 1 commit into
vatsrahul1001 wants to merge 1 commit into
Conversation
…70667) * Fix DAGs list page Last Run/Next Run going stale after runs complete * Address review: back off refetch 10x instead of disabling, drop redundant comment * fix(ui): pass `dags` to useDagRunStateCounts to fix TS2345 in DagsList (cherry picked from commit a19c3dd) # Conflicts: # airflow-core/src/airflow/ui/src/queries/useDagRunStateCounts.tsx
vatsrahul1001
requested review from
bbovenzi,
choo121600,
guan404ming,
pierrejeambrun,
ryanahamilton and
shubhamraj-git
as code owners
September 8, 2026 18:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #70667 to
v3-3-testfor the Airflow 3.3.2 patch release.Conflict resolution:
useDagRunStateCounts.tsxdoesn't exist on v3-3-test, so its change was dropped. The core fix is inuseDags.tsx(poll at a longer interval instead of stopping, so Last/Next Run refresh) — it applies cleanly andcheckPendingRunsis already supported by v3-3-test'suseAutoRefresh.Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Opus 4.8) following the guidelines