The GitHub Actions job "Tests" on 
airflow.git/fix/63927-tasks-order-by-null-handling has failed.
Run started by GitHub user tysoncung (triggered by potiuk).

Head commit for run:
958dabdead652ba8bc61e075cd25a41a799bb08e / Tyson Cung <[email protected]>
fix(api): handle None values in /dags/{dag_id}/tasks order_by parameter (#63927)

When sorting tasks by an attribute that may contain None values
(e.g., start_date), Python raises TypeError because None cannot be
compared with '<'. This fix uses a sort key that places None values
at the end of the sorted result, regardless of sort direction.

Closes #63927

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

With regards,
GitHub Actions via GitBox


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

Reply via email to