uranusjr commented on a change in pull request #21710:
URL: https://github.com/apache/airflow/pull/21710#discussion_r811812901



##########
File path: airflow/models/xcom.py
##########
@@ -108,6 +111,7 @@ def set(
         dag_id: str,
         task_id: str,
         run_id: str,
+        map_index: int = -1,

Review comment:
       I was wondering about just `TaskInstanceKey`; it’s quite trivial to 
build a key from a ti anyway.




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