amoghrajesh commented on code in PR #47944:
URL: https://github.com/apache/airflow/pull/47944#discussion_r2002992152


##########
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:
   Works as well, let me do that.



##########
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:
   Will revisit when needed



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