pierrejeambrun commented on code in PR #68412:
URL: https://github.com/apache/airflow/pull/68412#discussion_r3453127221
##########
airflow-core/src/airflow/api_fastapi/core_api/routes/ui/partitioned_dag_runs.py:
##########
@@ -270,12 +274,19 @@ def get_partitioned_dag_runs(
query =
query.where(AssetPartitionDagRun.target_dag_id.in_(readable_dag_ids))
query = query.order_by(AssetPartitionDagRun.created_at.desc())
Review Comment:
Right here, lets add a secondary order_by criteria on
`AssetPartitionDagRun.id.desc()`, just to make sure the ordering is stable
--
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]