ashb commented on code in PR #46032:
URL: https://github.com/apache/airflow/pull/46032#discussion_r1944525827
##########
task_sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -204,7 +219,7 @@ def xcom_pull(
key: str = "return_value", # TODO: Make this a constant
(``XCOM_RETURN_KEY``)
include_prior_dates: bool = False, # TODO: Add support for this
*,
- map_indexes: int | Iterable[int] | None = None,
+ map_index: int | None | ArgNotSet = NOTSET,
Review Comment:
Yup, totally. Removing it.
Nice catch
--
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]