This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a change to branch v3-3-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git
from fc7faf2bfd7 update release notes for 3.3.0rc1
add 95128d00be7 Update SQLAlchemy documentation links from 1.4 to 2.0
(#69200) (#69203)
add bf56f0f994f [v3-3-test] Add new Committers to CODEOWNERS (#69215)
(#69219)
add 9e0fb002366 [v3-3-test] Fix retry policy overrides not persisted to
task instance history (#69235) (#69241)
add def55d0ffd6 [v3-3-test] Fix deadline callback data persistence
(#69073) (#69259)
add e4946733c14 [v3-3-test] Clarify when last_automated_data_interval is
None in timetable docs (#68461) (#69227)
add a1579dcf92e [v3-3-test] Fix new DAG versions from serializing a
retry_policy object (#69243) (#69315)
add 428b89b385d [v3-3-test] Rename `state-store cleanup-task-state-store`
command to `state-store clean` (#69316) (#69322)
add 43562ca412b [v3-3-test] Fix details panel header overlapping the tabs
(#69255) (#69318)
add fa081889b0e [v3-3-test] Fix asset event ingestion crash for Dags using
FixedKeyMapper (#69311) (#69326)
add 1438ea35870 update release notes for 3.3.0rc2
No new revisions were added by this update.
Summary of changes:
.github/CODEOWNERS | 12 +--
RELEASE_NOTES.rst | 10 ++
.../task-and-asset-state-store-cleanup.rst | 4 +-
.../task-and-asset-state-store.rst | 6 +-
airflow-core/docs/howto/set-up-database.rst | 12 +--
airflow-core/docs/howto/timetable.rst | 9 ++
.../execution_api/routes/task_instances.py | 7 ++
airflow-core/src/airflow/assets/manager.py | 2 +-
airflow-core/src/airflow/cli/cli_config.py | 13 +--
.../airflow/cli/commands/state_store_command.py | 17 +++-
airflow-core/src/airflow/models/base.py | 2 +-
airflow-core/src/airflow/models/deadline.py | 29 +++---
airflow-core/src/airflow/partition_mappers/base.py | 4 +
.../src/airflow/partition_mappers/fixed_key.py | 23 +++--
.../serialization/definitions/mappedoperator.py | 4 +
airflow-core/src/airflow/serialization/encoders.py | 5 +-
.../airflow/serialization/serialized_objects.py | 17 +++-
airflow-core/src/airflow/timetables/base.py | 3 +
.../src/airflow/ui/src/components/HeaderCard.tsx | 2 +-
.../versions/head/test_task_instances.py | 48 ++++++++++
.../unit/cli/commands/test_state_store_command.py | 40 +++++---
airflow-core/tests/unit/models/test_deadline.py | 65 ++++++++++++-
.../tests/unit/partition_mappers/test_base.py | 14 +++
.../tests/unit/partition_mappers/test_fixed_key.py | 20 ++++
.../unit/serialization/test_serialized_objects.py | 106 ++++++++++++++++++++-
.../src/airflow/providers/sqlite/hooks/sqlite.py | 4 +-
reproducible_build.yaml | 4 +-
.../sdk/definitions/partition_mappers/fixed_key.py | 2 +-
28 files changed, 403 insertions(+), 81 deletions(-)