ashb commented on code in PR #47944:
URL: https://github.com/apache/airflow/pull/47944#discussion_r2002730039
##########
task-sdk/src/airflow/sdk/execution_time/xcom.py:
##########
@@ -40,6 +40,7 @@ def set(
task_id: str,
run_id: str,
map_index: int = -1,
+ mapped_length: int | None = None,
Review Comment:
Hmm, I don't love this being here - check out the comment on _xcom_push
--
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]