GitHub user raphaelauv edited a comment on the discussion: Airflow 3:
data_interval_end == data_interval_start?
in airflow v2 : `schedule="0 1 * * 3" ` would give a scheduling corresponding
to `CronDataIntervalTimetable`
but since airflow v3 and the setting `create_cron_data_intervals` at false by
default
we must set `schedule=CronDataIntervalTimetable("0 1 * * 3")` to get the
historical and "clean" orchestration
GitHub link:
https://github.com/apache/airflow/discussions/51371#discussioncomment-17752234
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]