Replies: 1 comment 1 reply
-
set ENV AIRFLOW__SCHEDULER__CREATE_CRON_DATA_INTERVALS=True will revert AF3 back to old behavior, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi all,
I upgraded to Airflow 3.0.1, from Airflow 2.10.5, and read one of the breaking changes is redefining
logical_date
(from being equal todata_interval_start
before torun_after
now). However, I'm also finding the breaking change that for every DAG thedata_interval_start
==data_interval_end
==logical_date
.I could not find anything in documentation about interval start and end dates being made equal. I'd like to get help understanding if this finding is correct, and if so what the intention behind this was?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions