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

mobuchowski pushed a change to branch aip-62/object-storage
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 15f692031a openlineage: add support for hook lineage for Object Store
    omit 829bdd1bf0 openlineage: add support for hook lineage for S3Hook
     add 6745cb8b57 Have integration points for AIP-69 in Internal API (#40901)
     add bc51c94b8e Manually run and "schedule" "Tests" workflow should be 
treated as canary run (#40914)
     add dc2f2dda6d fix: never_fail in sensor (#40915)
     add 6c591e5b80 Make XCom display as react json (#40640)
     add 173fed0ce3 Temporarily comment-out publishing docs in canary runs 
(#40921)
     add 2561642497 chore: bump qdrant client deps (#40831)
     add 85b2666eab Add start execution from triggerer support to dynamic task 
mapping (#39912)
     add 05a5df86c9 Fix dataset_with_extra_from_classic_operator example DAG 
(#40747)
     add 0212f67192 openlineage: add support for hook lineage for S3Hook 
(#40819)
     add ccdee06525 openlineage: add support for hook lineage for Object Store

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   (15f692031a)
            \
             N -- N -- N   refs/heads/aip-62/object-storage (ccdee06525)

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/additional-prod-image-tests.yml  |  2 +-
 .github/workflows/static-checks-mypy-docs.yml      | 76 +++++++++++-----------
 airflow/api_connexion/endpoints/xcom_endpoint.py   | 13 +++-
 airflow/api_connexion/openapi/v1.yaml              | 24 ++++++-
 airflow/api_connexion/schemas/xcom_schema.py       | 15 +++--
 airflow/api_internal/endpoints/rpc_api_endpoint.py |  4 +-
 airflow/api_internal/internal_api_call.py          | 25 +++++--
 airflow/decorators/base.py                         |  6 +-
 airflow/example_dags/example_outlet_event_extra.py |  4 +-
 airflow/models/abstractoperator.py                 | 22 +++++++
 airflow/models/baseoperator.py                     | 22 +++++++
 airflow/models/dagrun.py                           | 20 ++++--
 airflow/models/expandinput.py                      | 31 +++++----
 airflow/models/mappedoperator.py                   | 75 +++++++++++++++++++--
 airflow/models/param.py                            |  2 +-
 airflow/models/taskinstance.py                     | 19 ++++--
 airflow/models/xcom_arg.py                         | 16 ++---
 airflow/providers/qdrant/provider.yaml             |  2 +-
 airflow/sensors/base.py                            | 16 ++++-
 airflow/serialization/serialized_objects.py        |  9 ++-
 airflow/template/templater.py                      |  4 +-
 airflow/utils/mixins.py                            |  2 +-
 airflow/www/static/js/api/useTaskXcom.ts           |  2 +-
 .../js/dag/details/taskInstance/Xcom/XcomEntry.tsx | 19 +++++-
 airflow/www/static/js/types/api-generated.ts       | 18 ++++-
 .../src/airflow_breeze/commands/ci_commands.py     | 27 +++++---
 .../src/airflow_breeze/params/shell_params.py      |  3 +-
 dev/breeze/tests/test_pr_info.py                   |  2 +-
 .../authoring-and-scheduling/deferring.rst         | 46 ++++++++++++-
 generated/provider_dependencies.json               |  2 +-
 scripts/ci/docker-compose/integration-qdrant.yml   |  2 +-
 .../api_connexion/endpoints/test_xcom_endpoint.py  | 38 +++++++++--
 tests/api_connexion/schemas/test_xcom_schema.py    |  6 +-
 .../endpoints/test_rpc_api_endpoint.py             |  8 +--
 tests/models/test_dagrun.py                        | 32 +++++++++
 tests/sensors/test_base.py                         | 38 ++++++++++-
 tests/sensors/test_external_task_sensor.py         |  3 +-
 37 files changed, 517 insertions(+), 138 deletions(-)

Reply via email to