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


   If I understand what you’re trying to say correctly, the situaion is 
actually entirely the other way around. _It evolves around execution date_. All 
the UI confusions you have (runs at the same date displayed as different dates) 
happen because those dates are _execution dates_, not _data intervals_. Yes, a 
manual run’s execution date points to its data interval’s end. So to solve your 
problem, the UI needs to be modified to evolve around the data interval instead 
(and I think it actually may make more sense to make it evolve around the _end_ 
of the data interval than the start), not the execution date.


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