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

   Data interval columns are NULL for runs created before 2.3, but SQL's 
NULL-sorting logic would make those old runs always appear first. In a perfect 
world we'd want to sort by get_run_data_interval(), but that's not efficient, 
so instead the columns are coalesced into logical date, which is good enough in 
most cases.
   
   This should #26505, I think. Not sure if the UI side needs some additional 
work. cc @bbovenzi 


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