yuting1008 opened a new pull request, #70552:
URL: https://github.com/apache/airflow/pull/70552

   ## Why
   
   - Users could see last_asset_event in the list but couldn't sort by it, 
making it hard to find recently-active (or long-stale) assets in a large asset 
list.
   
   ## How
   
   - Created a helper function `generate_last_asset_event_query()` to query 
assets with the latest event timestamp.
   - Added `last_asset_event_timestamp` as a sortable attribute on GET /assets 
via SortParam's `to_replace`.
   - Wired the Assets list UI's "Last Asset Event" column to the new field and 
enabled sorting on it.
   
   
   
https://github.com/user-attachments/assets/c3a5faca-183b-4ae8-ab07-403b6a54f532
   
   
   
   
   related: https://github.com/apache/airflow/pull/50279, 
https://github.com/apache/airflow/issues/53052
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Code (Sonnet 5)
   
   Generated-by: Claude Code (Sonnet 5) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to