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

   Reverts apache/airflow#43100
   
   This should be reverted because:
   - Order actually matters, especially when we are testing `order_by` query 
parameters. (The returned items must follow the queried order)
   - This is not specific to the `get_dags` endpoints but any endpoint 
returning a list, because the database natural order is not guarantee. (based 
on insertion etc, etc,)
   
   
   A fix is already opened here https://github.com/apache/airflow/pull/43085. 
It was there but got removed by mistake.


-- 
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