uranusjr commented on PR #35887: URL: https://github.com/apache/airflow/pull/35887#issuecomment-1837326874
I did some additional debugging and it seems like the root issue is croniter does not take account `fold` (or Pendulum’s transition rule, they’re fundamentally the same thing) correctly. I’ve illustrated the issue in an upstream bug report: kiorky/croniter#56 Since we essentially treats croniter as a black box, I don’t think there is a way to detect this issue in Airflow, and every workaround would only result in another bug somewhere else. I believe the only viable fix would be to fix croniter, unfortunately. -- 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]
