You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/22 16:41:05 UTC

[GitHub] [airflow] gor-obr commented on issue #7999: Incorrect DAG scheduling after DST

gor-obr commented on issue #7999:
URL: https://github.com/apache/airflow/issues/7999#issuecomment-765539325


   Unfortunately as far as I'm aware, there is no systematic solution for this issue.
   
   The best workaround I can suggest would be to extend `Dag` class and override the `is_fixed_time_schedule` to simply return `true`. This would solve the issue as the root cause is `is_fixed_time_schedule` incorrectly classifying a dag as "not fixed" time schedule. After this when defining dags simply instantiate the subclass instead of `Dag`. All dags that use overridden class should behave correctly.


----------------------------------------------------------------
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:
users@infra.apache.org