ashb commented on issue #27523:
URL: https://github.com/apache/airflow/issues/27523#issuecomment-1318465718

   I'm actually not sure about my fix. Yes it does make the sort order stable, 
but right now the order _should_ be using the "file definition order" -- i.e. 
tasks added to the dag first appear in the sort first. And that "feels" like a 
better default sort for most people that forcing it to use task_id sorting
   
   @fokmess What is the "input" for your dynamic DAG? Is it based on something 
that might be "unordered" (though please note that dicts in python from 3.6+ 
are always ordered by insertion order, so anything like loading json or yaml 
from a file will also be ordered)


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