uranusjr commented on code in PR #40747:
URL: https://github.com/apache/airflow/pull/40747#discussion_r1676114682


##########
airflow/example_dags/example_outlet_event_extra.py:
##########
@@ -69,8 +69,8 @@ def dataset_with_extra_by_context(*, outlet_events=None):
     tags=["produces"],
 ):
 
-    def _dataset_with_extra_from_classic_operator_post_execute(context):
-        context["outlet_events"].extra = {"hi": "bye"}
+    def _dataset_with_extra_from_classic_operator_post_execute(context, 
results):

Review Comment:
   I think this should be `result`?
   
   
https://github.com/apache/airflow/blob/4376000eb0589fe6b93aa17f1d0eee4847669517/airflow/models/taskinstance.py#L3015



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