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

weilee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 37daea78e81 bring back accidentally removed test 
'test_execute_openlineage_events()' (#44832)
     add 428905192c1 Respect Asset.name when accessing inlet and outlet events 
(#44639)

No new revisions were added by this update.

Summary of changes:
 airflow/example_dags/example_asset_alias.py        |   2 +-
 .../example_asset_alias_with_no_taskflow.py        |   2 +-
 airflow/example_dags/example_outlet_event_extra.py |  14 +--
 airflow/models/taskinstance.py                     |  31 ++++--
 airflow/serialization/enums.py                     |   2 +
 airflow/serialization/serialized_objects.py        |  66 ++++++++----
 airflow/utils/context.py                           | 112 ++++++++++++---------
 airflow/utils/context.pyi                          |  26 ++---
 airflow/utils/operator_helpers.py                  |   6 +-
 .../authoring-and-scheduling/datasets.rst          |  16 +--
 .../src/airflow/sdk/definitions/asset/__init__.py  |  38 ++++++-
 .../src/airflow/sdk/definitions/asset/metadata.py  |  47 ++-------
 task_sdk/tests/defintions/test_asset.py            |  11 +-
 tests/models/test_taskinstance.py                  |  56 ++++++-----
 tests/serialization/test_serialized_objects.py     |  60 ++++++-----
 tests/utils/test_context.py                        |  65 +++++++-----
 16 files changed, 326 insertions(+), 228 deletions(-)

Reply via email to