uranusjr commented on code in PR #34851:
URL: https://github.com/apache/airflow/pull/34851#discussion_r1354529503
##########
airflow/config_templates/config.yml:
##########
@@ -2237,6 +2237,16 @@ scheduler:
type: string
example: ~
default: "15"
+ default_cron_timetable:
+ description: |
+ Which Timetable to use when a cron string is provided to `schedule`
argument of
+ a DAG. CronDataIntervalTimetable is the legacy Airflow behavior
suitable for
+ DAGs with well-defined data_interval. CronTriggerTimetable is closer
to the
+ behavior of cron itself.
+ version_added: 2.8.0
+ type: string
+ example: ~
+ default: "CronDataIntervalTimetable"
Review Comment:
Should this be a full importable string so the user may provide their own
timetable implementation?
--
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]