KatalKavya96 commented on PR #56089: URL: https://github.com/apache/airflow/pull/56089#issuecomment-3366821841
@pierrejeambrun Could you please confirm the plan below? ### Sorting behaviour (UI): - Default sort will be -last_run_run_after (newest scheduled first). - The sort dropdown will offer Last run (run_after) asc/desc, and we will remove the old last_run_start_date options. Other sort options stay as is. Is this correct for both the default and when the user explicitly selects it? ### What we show in the table: - In Latest run we will display the run_after time (primary), and keep start/end/duration in the tooltip so users see the same field we sort on. Does that match your intent? ### Backend default: - Keep backend support for last_run_run_after, but don’t set a backend default (use .dynamic_depends() without a default) so the UI controls the default ordering. Good? -- 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]
