This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a change to branch backport-4ceb0db-v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from c9973283c47 [v3-2-test] Redact rendered template fields while still
structured to preserve nested-key masking on truncation (#65906)
add 68c781cea4e [v3-2-test] Fix N+1 query pattern in bulk pool delete
endpoint (#66222) (#67108)
add 44f9fd4729e [v3-2-test] Fix max_active_runs lost during DAG
serialisation when value equals schema default (#65310) (#67097)
add acae4febaac [v3-2-test] docs(plugins_manager): fix misleading typo
(#67101) (#67114)
add 41733b23516 Fix XCom PATCH/POST to store native values (instead of
json.dumps) (#64220) (#67116)
add a7c9eaa0319 [v3-2-test] Move Task Identity line into Pre Execution
block in logs (#67036) (#67134)
add e33c99f1500 [v3-2-test] fix: migrate existing deadline rows in
migration 0080 upgrade and downgrade (#66016) (#67129)
add 394e141c842 Merge branch 'v3-2-test' into backport-4ceb0db-v3-2-test
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/routes/public/xcom.py | 53 ++--
.../api_fastapi/core_api/services/public/pools.py | 16 +-
.../0080_3_1_0_modify_deadline_callback_schema.py | 195 ++++++++++++++-
...0_replace_deadline_inline_callback_with_fkey.py | 31 ++-
airflow-core/src/airflow/serialization/schema.json | 10 +-
.../src/airflow/ui/src/mocks/handlers/log.ts | 14 +-
.../ui/src/pages/TaskInstance/Logs/Logs.test.tsx | 16 +-
.../src/airflow/ui/src/queries/useLogs.tsx | 18 +-
.../core_api/routes/public/test_pools.py | 36 +++
.../core_api/routes/public/test_xcom.py | 26 +-
.../tests/unit/dag_processing/test_collection.py | 18 ++
.../test_0080_deadline_callback_migration.py | 268 +++++++++++++++++++++
.../test_0094_deadline_callback_migration.py | 178 ++++++++++++++
.../unit/serialization/test_dag_serialization.py | 93 ++++++-
scripts/in_container/run_schema_defaults_check.py | 11 +-
.../plugins_manager/plugins_manager.py | 2 +-
16 files changed, 910 insertions(+), 75 deletions(-)
create mode 100644
airflow-core/tests/unit/migrations/test_0080_deadline_callback_migration.py
create mode 100644
airflow-core/tests/unit/migrations/test_0094_deadline_callback_migration.py