This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 8e20c2223874d4a6b74fdc185dec8fd432fa2568 Author: Tzu-ping Chung <[email protected]> AuthorDate: Mon Apr 21 16:32:43 2025 +0800 Change wording (#49493) (cherry picked from commit f52a49aa376e654343cc888e9f4e8d867892fac3) --- RELEASE_NOTES.rst | 2 +- reproducible_build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index d93a0f5718a..1a519f204b0 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -314,7 +314,7 @@ These changes simplify imports and reflect broader efforts to stabilize utility Improved ``inlet_events``, ``outlet_events``, and ``triggering_asset_events`` """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -Asset event accessors in the task context are improved to better support asset use cases, including new features introduced in AIP-74. +Asset event mappings in the task context are improved to better support asset use cases, including new features introduced in AIP-74. Events of an asset or asset alias are now accessed directly by a concrete object to avoid ambiguity. Using a ``str`` to access events is no longer supported. Use an ``Asset`` or ``AssetAlias`` object, or ``Asset.ref`` to refer to an entity explicitly instead, such as:: diff --git a/reproducible_build.yaml b/reproducible_build.yaml index a803e46d2a7..163be3fdb24 100644 --- a/reproducible_build.yaml +++ b/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: 7a4d74c2b9ccbedb3832360ad7d8ce99 -source-date-epoch: 1745216675 +release-notes-hash: 00a97e0a1a68a6eebd9803edbc7a8b84 +source-date-epoch: 1745220190
