Skip to content

Fix grid links for tasks with retries - #57063

Merged
pierrejeambrun merged 2 commits into
apache:mainfrom
astronomer:fix-grid-link-for-tasks-with-retries
Oct 22, 2025
Merged

Fix grid links for tasks with retries#57063
pierrejeambrun merged 2 commits into
apache:mainfrom
astronomer:fix-grid-link-for-tasks-with-retries

Conversation

@pierrejeambrun

@pierrejeambrunpierrejeambrun commented Oct 22, 2025

Copy link
Copy Markdown
Member

closes: #56977

It's super cool to keep search params when navigating between tasks in the grid, so we can keep log filtering (source, level etc...), but try_number should always be reseted. This will cause the UI to default to the latest try_number and prevent the issue reported #56977

(also moved the searchparams hook down to the GridTI component, we were passing those as prop for no reason)

@pierrejeambrun
pierrejeambrunforce-pushed the fix-grid-link-for-tasks-with-retries branch from 1365e26 to 28a8cd9CompareOctober 22, 2025 17:30
@pierrejeambrun
pierrejeambrunforce-pushed the fix-grid-link-for-tasks-with-retries branch from 28a8cd9 to 00c8d56CompareOctober 22, 2025 17:31
@pierrejeambrun
pierrejeambrun merged commit a8f2d97 into apache:mainOct 22, 2025
56 checks passed
@pierrejeambrun
pierrejeambrun deleted the fix-grid-link-for-tasks-with-retries branch October 22, 2025 18:09
github-actionsBot pushed a commit that referenced this pull request Oct 22, 2025
* Fix grid links for tasks with retries
* Update following code review
(cherry picked from commit a8f2d97)
Co-authored-by: Pierre Jeambrun <pierrejbrun@gmail.com>
@github-actions

Copy link
Copy Markdown
Contributor

Backport successfully created: v3-1-test

StatusBranchResult
v3-1-testPR Link

pierrejeambrun added a commit that referenced this pull request Oct 22, 2025
* Fix grid links for tasks with retries
* Update following code review
(cherry picked from commit a8f2d97)
Co-authored-by: Pierre Jeambrun <pierrejbrun@gmail.com>
kaxil pushed a commit that referenced this pull request Oct 23, 2025
* Fix grid links for tasks with retries
* Update following code review
(cherry picked from commit a8f2d97)
Co-authored-by: Pierre Jeambrun <pierrejbrun@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UIRelated to UI/UX. For Frontend Developers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Web UI returns 404 when switching between task logs with different try numbers

3 participants

@pierrejeambrun@bbovenzi@eladkal