MrDXY commented on issue #51821: URL: https://github.com/apache/airflow/issues/51821#issuecomment-2999423244
The `map_indexes` parameter is affected by the same issue: the recent refactor of Airflow’s xcom_pull() method changed its default behavior when map_indexes is not specified. Previously, it automatically determined whether to return a single value (for non-mapped tasks) or all mapped outputs (for mapped tasks). In the new behavior, it defaults to using self.map_index, which can lead to empty or incorrect results—especially when pulling from a mapped task in a downstream non-mapped task—without any warning or error. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org