uranusjr commented on PR #35887:
URL: https://github.com/apache/airflow/pull/35887#issuecomment-1838396724

   I implemented a workaround for “common” cases that I can think of. The only 
logic I really changed is how we decide to apply the DST workaround—instead of 
the weird “fixed” concept, I peaked into the cron expression to figure out 
whether the DAG is run hourly or more frequentm and the workaround is applied 
if it is. This covers all the cron cases I can think of, and should not induce 
a backward incompatiblity (outside of fixing the logically incorrect behaviour 
as described in the original bug).


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