sheikhu commented on issue #49790:
URL: https://github.com/apache/airflow/issues/49790#issuecomment-2830841129

   Hello @matthieuauger 
   I encountered the same issue, did you try with `CronDataIntervalTimetable` ?
   
   ```
   from airflow.timetables.interval import CronDataIntervalTimetable
   CronDataIntervalTimetable("0 0 * * *")
   ```
   
   this helped me come up with the issue, but if i'm not wrong using cron as 
string or CronDataIntervalTimetable should produce the same result


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