uranusjr commented on PR #22699: URL: https://github.com/apache/airflow/pull/22699#issuecomment-1091970513
That’d work. Another solution I can think of is to introduce a helper class: ```python from airflow.timetables import ScheduleInterval DAG(timetable=ScheduleInterval(what_normally_goes_to_schedule_interval, allow_manual=False)) `` -- 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]
