Skip to content

Convert Tasks Table from card to table mode#60830

Merged
pierrejeambrun merged 2 commits intoapache:mainfrom
astronomer:fix-59598
Jan 21, 2026
Merged

Convert Tasks Table from card to table mode#60830
pierrejeambrun merged 2 commits intoapache:mainfrom
astronomer:fix-59598

Conversation

@pierrejeambrun
Copy link
Copy Markdown
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

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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
jhgoebbert pushed a commit to jhgoebbert/airflow_Owen-CH-Leung that referenced this pull request Feb 8, 2026
* Convert Tasks Table from card to table mode

* Fix e2e tests
choo121600 pushed a commit to choo121600/airflow that referenced this pull request Feb 22, 2026
* Convert Tasks Table from card to table mode

* Fix e2e tests
Subham-KRLX pushed a commit to Subham-KRLX/airflow that referenced this pull request Mar 4, 2026
* Convert Tasks Table from card to table mode

* Fix e2e tests
Ankurdeewan pushed a commit to Ankurdeewan/airflow that referenced this pull request Mar 15, 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI - N+1 Calls in the Tasks Tab

5 participants