Skip to content

UI: Avoid 404 links for tasks outside run dates - #71762

Merged
bbovenzi merged 1 commit into
apache:mainfrom
deepujain:fix-71761-task-end-date-link
Aug 18, 2026
Merged

UI: Avoid 404 links for tasks outside run dates#71762
bbovenzi merged 1 commit into
apache:mainfrom
deepujain:fix-71761-task-end-date-link

Conversation

@deepujain

Copy link
Copy Markdown
Contributor

Tasks excluded from a Dag run by their start or end date still appear as placeholders in the Grid and Graph views, but no TaskInstance exists for them. Route those placeholders to the task overview instead of a run-level TaskInstance endpoint that returns 404.

Regression coverage verifies placeholder navigation in the link component, Graph nodes, and Grid cells.

closes: #71761


Was generative AI tooling used to co-author this PR?
  • Yes — OpenAI Codex

Generated-by: OpenAI Codex 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.

@boring-cyborg boring-cyborg Bot added the area:UI Related to UI/UX. For Frontend Developers. label Aug 18, 2026
@bbovenzi bbovenzi added this to the Airflow 3.3.2 milestone Aug 18, 2026
@bbovenzi bbovenzi added the backport-to-v3-3-test Backport to v3-3-test label Aug 18, 2026
@bbovenzi
bbovenzi merged commit 45fa44f into apache:main Aug 18, 2026
89 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

Backport failed to create: v3-3-test. View the failure log Run details

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-3-test Commit Link

You can attempt to backport this manually by running:

cherry_picker 45fa44f v3-3-test

This should apply the commit to the v3-3-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

If you don't have cherry-picker installed, see the installation guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers. backport-to-v3-3-test Backport to v3-3-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

task with end_date - 404 Not Found The Mapped Task Instance

2 participants