Skip to content

Conversation

@pierrejeambrun
Copy link
Member

@pierrejeambrun pierrejeambrun commented Jan 20, 2026

Closes: #59598

Fixes the UI sending too many queries to the backend on the 'tasks' tab by converting the 'Card' list rendering to a normal 'Table', until we have a custom UI endpoint that returns the 'recent task instances' (+pagination) similarly to what we have for ui/get_dags

Before

Screenshot 2026-01-20 at 16 58 49

After

Screenshot 2026-01-20 at 17 15 22

@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Jan 20, 2026
@pierrejeambrun pierrejeambrun self-assigned this Jan 20, 2026
@pierrejeambrun pierrejeambrun added this to the Airflow 3.1.7 milestone Jan 20, 2026
@pierrejeambrun pierrejeambrun added the backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch label Jan 20, 2026
Copy link
Contributor

@eladkal eladkal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@bbovenzi
Copy link
Contributor

Looks like this broke the e2e tests

@pierrejeambrun pierrejeambrun merged commit 8bbe0fc into apache:main Jan 21, 2026
77 checks passed
@pierrejeambrun pierrejeambrun deleted the fix-59598 branch January 21, 2026 13:01
@github-actions
Copy link

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

Status Branch Result
v3-1-test Commit Link

You can attempt to backport this manually by running:

cherry_picker 8bbe0fc v3-1-test

This should apply the commit to the v3-1-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.

pierrejeambrun added a commit to astronomer/airflow that referenced this pull request Jan 21, 2026
* Convert Tasks Table from card to table mode

* Fix e2e tests

(cherry picked from commit 8bbe0fc)
@pierrejeambrun
Copy link
Member Author

Manual backport #60874

pierrejeambrun added a commit that referenced this pull request Jan 21, 2026
* Convert Tasks Table from card to table mode

* Fix e2e tests

(cherry picked from commit 8bbe0fc)
suii2210 pushed a commit to suii2210/airflow that referenced this pull request Jan 26, 2026
* Convert Tasks Table from card to table mode

* Fix e2e tests
shreyas-dev pushed a commit to shreyas-dev/airflow that referenced this pull request Jan 29, 2026
* Convert Tasks Table from card to table mode

* Fix e2e tests
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-1-test Mark PR with this label to backport to v3-1-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI - N+1 Calls in the Tasks Tab

5 participants