bxnxiong commented on issue #7999: URL: https://github.com/apache/airflow/issues/7999#issuecomment-763025972
Hi we have run into this issue during last DST transition on 2020-11-01 as well, so will be nice if this can be addressed. I'm wondering one of the solutions can be: if the `schedule_interval` is provided as a cron, then Airflow should respect that and not use relative delta at all? if `schedule_interval` is provided with a `datetime.timedelta` or relative timedelta object, only then the DAG uses a relative offset. What do you think? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
