The GitHub Actions job "Tests" on airflow.git/v3-2-test has succeeded.
Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).

Head commit for run:
73f555f0ab5096abca69c725de14de725b1a73e3 / Pierre Jeambrun 
<[email protected]>
Feature/cursor pagination task instances UI (#64953) (#65542)

* UI: Switch TaskInstances table to cursor-based pagination

Replace offset-based pagination with cursor-based pagination
for the TaskInstances listing page, leveraging the new cursor
API endpoint. Pagination now shows only previous/next buttons
without page numbers or total count, which eliminates the
expensive COUNT(*) query for large datasets.

Add generic cursor pagination support to DataTable via an
optional cursorPagination prop so other tables can adopt it.

* Small adjustments and cleaning

* Address review: cursor in TableState, no useCallback/useEffect

* Reuse Pagination.Root for cursor pagination instead of custom buttons

* Small updates

(cherry picked from commit 44ae2bc5efb5c5fc53b949c90c4e1b24a72cbc8d)

Report URL: https://github.com/apache/airflow/actions/runs/24681018601

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to