VladaZakharova opened a new pull request, #66712:
URL: https://github.com/apache/airflow/pull/66712

   Reverts apache/airflow#65197
   
   This PR is being reverted because `task.output["key"]` is not always 
equivalent to `{{ task_instance.xcom_pull("task_id")["key"] }}`.
   
   The old form pulls the task’s default `return_value` XCom and indexes the 
returned dictionary. The new form may instead look for an XCom stored under the 
separate key `key`. For operators that return a dict but do not push each field 
as an individual XCom key.
   


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