This is an automated email from the ASF dual-hosted git repository.

vatsrahul1001 pushed a change to branch backport-478745af84-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit f6018bb0ffa Merge branch 'v3-3-test' into backport-478745af84-v3-3-test
    omit 0d03ef4396d Add async asset store accessors for async tasks and 
watcher triggers (#72127) (#72851)
    omit c1e2711d619 [v3-3-test] Fix Postgres tutorial for psycopg3 (#72562) 
(#72837)
    omit d7baa28bcbd [v3-3-test] Document scope boundaries the security model 
leaves implicit (#72172) (#72829)
    omit 5b892a83e94 [v3-3-test] Preserve custom operator defaults in mapped 
tasks (#72589) (#72828)
    omit 334ca49afc7 [v3-3-test] Gate asset event partition_key behind 
execution API 2026-06-30 (#72327) (#72827)
    omit c5da24a71fc [v3-3-test] Add systemd unit file for Airflow Dag 
processor (#72772) (#72797)
    omit 052346847bb [v3-3-test] Run short CI bookkeeping jobs on ubuntu-slim 
runners (#72852) (#72874)
    omit 7369869af85 [v3-3-test] Fix deprecated imports resolution in 
airflow.utils.helpers (#71691) (#72868)
    omit 9cf56be5f16 Fix airflow db clean never purging the callback table 
(#70923)
     add 885827808a6 Fix airflow db clean never purging the callback table 
(#70923)

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   (f6018bb0ffa)
            \
             N -- N -- N   refs/heads/backport-478745af84-v3-3-test 
(885827808a6)

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:
 .github/workflows/automatic-backport.yml           |   2 +-
 .github/workflows/check-newsfragment-pr-number.yml |   2 +-
 .github/workflows/ci-amd.yml                       |   4 +-
 .github/workflows/ci-arm.yml                       |   4 +-
 .github/workflows/ci-duration-monitor.yml          |   2 +-
 .github/workflows/ci-notification.yml              |  11 +-
 .github/workflows/codeql-analysis.yml              |   2 +-
 .github/workflows/e2e-flaky-tests-report.yml       |   2 +-
 .github/workflows/java-sdk-dependency-security.yml |   2 +-
 .github/workflows/milestone-tag-assistant.yml      |   2 +-
 .github/workflows/notify-uv-lock-conflicts.yml     |  15 +-
 .github/workflows/recheck-old-bug-report.yml       |   2 +-
 .github/workflows/registry-backfill.yml            |   2 +-
 .github/workflows/registry-tests.yml               |   6 +-
 .../scheduled-verify-release-calendar.yml          |  15 +-
 .github/workflows/stale.yml                        |   2 +-
 .../update-constraints-on-push-stable.yml          |   2 +-
 .github/workflows/update-constraints-on-push.yml   |   2 +-
 .../docs/core-concepts/asset-state-store.rst       |  25 +--
 airflow-core/docs/howto/run-with-systemd.rst       |  22 --
 airflow-core/docs/security/security_model.rst      | 136 +------------
 airflow-core/docs/security/workload.rst            |  18 --
 airflow-core/docs/tutorial/pipeline.rst            |  24 ++-
 airflow-core/newsfragments/72327.bugfix.rst        |   1 -
 .../api_fastapi/execution_api/versions/__init__.py |   2 -
 .../execution_api/versions/v2026_04_06.py          |   7 +-
 .../execution_api/versions/v2026_06_30.py          |  23 ---
 airflow-core/src/airflow/utils/helpers.py          |   4 +-
 .../versions/v2026_04_06/test_task_instances.py    |  54 ++++-
 .../versions/v2026_06_30/test_dag_runs.py          |  57 ------
 .../versions/v2026_06_30/test_task_instances.py    |  82 +-------
 airflow-core/tests/unit/utils/test_db_cleanup.py   | 110 ----------
 airflow-core/tests/unit/utils/test_helpers.py      |  23 ---
 dev/breeze/doc/ci/05_workflows.md                  |  31 ---
 scripts/systemd/README                             |  24 ---
 scripts/systemd/airflow-dag-processor.service      |  34 ----
 task-sdk/src/airflow/sdk/bases/operator.py         |  19 +-
 task-sdk/src/airflow/sdk/execution_time/context.py | 127 ++++--------
 .../task_sdk/definitions/test_mappedoperator.py    |  23 +--
 .../tests/task_sdk/execution_time/test_context.py  | 225 +--------------------
 40 files changed, 172 insertions(+), 978 deletions(-)
 delete mode 100644 airflow-core/newsfragments/72327.bugfix.rst
 delete mode 100644 scripts/systemd/airflow-dag-processor.service

Reply via email to