uranusjr commented on issue #23041: URL: https://github.com/apache/airflow/issues/23041#issuecomment-1101278478
The custom timetable sems very similar to teh built-in `CronDataIntervalTimetable`. Are they the same? If not, can you summarise their differences? I am trying to determine whether this is caused by * The fact that this timetable is not built-in, * Something’s wrong in the timetable implementation, * Something’s wrong with the executor not related to timetables. Also, does everything work as expected if you change the DAG to use the built-in `from airflow.timetables.interval import CronDataIntervalTimetable` instead? -- 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]
