This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a change to branch backport-ff10b2e-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 817b3c8e0af [v3-3-test] Honor catchup for historical asset events in
asset-triggered Dags (#68749) (cherry picked from commit
ff10b2e3e19c9a6c1a262ebd32ef65b968b39424)
omit cb49e750491 [v3-3-test] Add new Committers to CODEOWNERS (#69215)
(#69219)
omit 4ec3ca401fa Update SQLAlchemy documentation links from 1.4 to 2.0
(#69200) (#69203)
omit 261fc1c9661 [v3-3-test] Fix drifting data intervals for monthly/yearly
schedules with catchup disabled (#69143) (#69189)
add fc7faf2bfd7 update release notes for 3.3.0rc1
add 3ba9ddbcdba [v3-3-test] Fix drifting data intervals for monthly/yearly
schedules with catchup disabled (#69143) (#69189)
add 76893fb14ac Update SQLAlchemy documentation links from 1.4 to 2.0
(#69200) (#69203)
add 84590c18331 [v3-3-test] Add new Committers to CODEOWNERS (#69215)
(#69219)
add 7ebb7dc0c2b [v3-3-test] Mark providers commands for airflowctl(#68525)
(#69232)
add e9eda507cc8 [v3-3-test] [AIP-94] Mark config CLI commands as migrated
to airflowctl (#68958) (#69258)
add e3418895b40 [v3-3-test] Fix retry policy overrides not persisted to
task instance history (#69235) (#69241)
add 7fe134e787d [v3-3-test] Fix deadline callback data persistence
(#69073) (#69259)
add 767cee3c466 [v3-3-test] Clarify when last_automated_data_interval is
None in timetable docs (#68461) (#69227)
add 7caa5441abb [v3-3-test] Honor catchup for historical asset events in
asset-triggered Dags (#68749) (cherry picked from commit
ff10b2e3e19c9a6c1a262ebd32ef65b968b39424)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (817b3c8e0af)
\
N -- N -- N refs/heads/backport-ff10b2e-v3-3-test (7caa5441abb)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
RELEASE_NOTES.rst | 135 +++++++++++----------
airflow-core/docs/howto/timetable.rst | 9 ++
.../execution_api/routes/task_instances.py | 7 ++
.../src/airflow/cli/commands/config_command.py | 3 +
.../src/airflow/cli/commands/provider_command.py | 3 +
airflow-core/src/airflow/models/deadline.py | 29 +++--
airflow-core/src/airflow/timetables/base.py | 3 +
.../versions/head/test_task_instances.py | 48 ++++++++
.../unit/cli/commands/test_command_deprecations.py | 12 +-
airflow-core/tests/unit/models/test_deadline.py | 65 +++++++++-
docs/spelling_wordlist.txt | 1 +
reproducible_build.yaml | 4 +-
12 files changed, 236 insertions(+), 83 deletions(-)