uranusjr opened a new pull request #21705:
URL: https://github.com/apache/airflow/pull/21705


   Fix #21656.
   
   Nobody noticed this exists because the function 
`BaseOperator.get_task_instances()` is not used anywhere in the code base. But 
since this is public API, we should still fix it.
   
   A quick search for `order_by(TaskInstance.execution_date)` and 
`order_by(TI.execution_date)` yielded no other results; this is probably the 
only one we missed.


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