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

   Remove the check/don't skip logic whe the data interval is zero-wdith. Even 
if
   a DAG doesn't have the concept of a data-interval (i.e. it is zero width) it
   still is logically consistent for it to have to concept of latest or not, so
   we now only compare against the end date of the interval.
   
   (And a few drive-by refactors too, `context["task"]` is `self`,
   `context["dag"]` is `self.dag`)
   
   <img width="391" alt="Screenshot 2025-04-22 at 14 20 05" 
src="https://github.com/user-attachments/assets/cdba2a43-2a61-4556-b2ef-e2fcf33738a7";
 />
   


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