uranusjr commented on issue #18312: URL: https://github.com/apache/airflow/issues/18312#issuecomment-926215866
I had no luck replicating this issue either, unfortunately. My suspicion is there’s a botched DAG deserialisation somewhere that turned `dag.schedule_interval` into a dict (a timedelta interval is serialised into a dict internally) and cuased this issue. Since we are unlikely to release another 2.1 patch version, and have significantly rewrote this part of the logic for 2.2, I’m inclined to put this on hold until 2.2 is out and you could try replicating on it. Or, if you’re feeling adventurous, we have recently released the second beta for 2.2 as well… -- 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]
