jenergm commented on issue #44614:
URL: https://github.com/apache/airflow/issues/44614#issuecomment-2578965790

   > Hi @jenergm,
   > 
   > We are also dealing with this and we found that its just that Unix cron 
functions this way. it is not programming and operator its just plain english 
and
   > 
   > airflow scheduler uses default **CronDataIntervalTimetable** 
[https://github.com/apache/airflow/blob/4ffa6afc721ab99a974bb8bbda74b1d9300ae456/airflow/timetables/interval.py#L119]
   > 
   > for processing crons which underlying uses croniter library for processing 
crons. You can this as reference and write timetable class
   
   Hi @Pavan-talluri,
   
   Have you some example creating and using timeline classes?
   
   Better if it works just using the correct cron expression.
   
   Thanks in advance!


-- 
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]

Reply via email to