uranusjr commented on issue #20116:
URL: https://github.com/apache/airflow/issues/20116#issuecomment-988511457


   > This is *meant* to be a backwards compatibility shim
   
   Not really, the function has not been touched (except to apply Black) in 
three years, and is not used at all in the code base, and therefore alluded 
attention during the `run_id` migration.
   
   ----
   
   Feel free to submit a pull request for this. The fix should join DagRun on 
TaskInstance on `run_id`, and order the result by `DagRun.execution_date` 
instead. You should be able to find some examples in the code base by searching 
for `order_by(DagRun.execution_date)`. A test would be needed as well.


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