BasPH commented on PR #35337: URL: https://github.com/apache/airflow/pull/35337#issuecomment-1801907960
@allebacco Internally everything becomes a Timetable, so implementing a MultiCronExpressionTimetable is fine. However, I do suggest that we provide a "simpler" interface to users by allowing a list of strings. Airflow currently also does this for single strings, timedelta objects, etc.; it allows the user to provide a standard Python object and internally uses a corresponding Timetable to handle the schedule: https://github.com/apache/airflow/blob/8e0936fbd07de36b57c72750a685e7358c2bdd88/airflow/models/dag.py#L214-L228. -- 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]
