uranusjr commented on code in PR #55408: URL: https://github.com/apache/airflow/pull/55408#discussion_r2340905775
########## airflow-core/docs/authoring-and-scheduling/assets.rst: ########## @@ -106,6 +106,33 @@ This can be used to supply custom description to the asset, such as who has owne .. note:: **Security Note:** Asset URI and extra fields are not encrypted, they are stored in cleartext in Airflow's metadata database. Do NOT store any sensitive values, especially credentials, in either asset URIs or extra key values! +Event extra information on asset events +--------------------------------------- + +In addition to static extra information, Airflow also supports attaching dynamic information to individual asset events using the event_extra_template parameter. Review Comment: ```suggestion Airflow also supports attaching dynamic information to individual asset events using the ``event_extra_template`` parameter. ``` -- 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]
