amoghrajesh commented on code in PR #49491: URL: https://github.com/apache/airflow/pull/49491#discussion_r2052005493
########## RELEASE_NOTES.rst: ########## @@ -311,10 +311,23 @@ Several core components have been moved to more intuitive or stable locations: These changes simplify imports and reflect broader efforts to stabilize utility interfaces across the Airflow codebase. -Asset Event URIs in ``inlet_events`` -"""""""""""""""""""""""""""""""""""" +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. + +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 Review Comment: ```suggestion 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 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
