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:
[email protected]


Reply via email to