ashb commented on code in PR #55408:
URL: https://github.com/apache/airflow/pull/55408#discussion_r2333487936


##########
airflow-core/docs/authoring-and-scheduling/assets.rst:
##########
@@ -99,11 +99,32 @@ If needed, you can include an extra dictionary in an asset:
 
     example_asset = Asset(
         "s3://asset/example.csv",
-        extra={"team": "trainees"},
+        event_extra_template={"team": "trainees"},

Review Comment:
   I don't think this really makes sense to be an event extra anymore -- the 
"team=trainees" feels like a property of the asset, so was right before, but 
this example doesn't feel correct to be attached to the event itself.



-- 
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]

Reply via email to