jroachgolf84 commented on code in PR #63030:
URL: https://github.com/apache/airflow/pull/63030#discussion_r2900298237


##########
airflow-core/docs/core-concepts/xcoms.rst:
##########
@@ -49,6 +49,16 @@ Many operators will auto-push their results into an XCom key 
called ``return_val
     # Pulls the return_value XCOM from "pushing_task"
     value = task_instance.xcom_pull(task_ids='pushing_task')
 
+If you need to pull a value from another DAG run (for example, a DAG run 
started by

Review Comment:
   Replace "another" with "a specific".
   
   Replace "started" with "triggered".



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