This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-4-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 0fdff141614c48b054c323039f65fdd22b8474b5 Author: Ash Berlin-Taylor <[email protected]> AuthorDate: Fri Sep 16 15:26:05 2022 +0100 Update docs: zip-like effect is now possible in task mapping (#26435) TP had already added the new section, but left this line in (cherry picked from commit afe80cc21a4d8681d2f6d8afa7fe64aee0d0c05b) --- docs/apache-airflow/concepts/dynamic-task-mapping.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/apache-airflow/concepts/dynamic-task-mapping.rst b/docs/apache-airflow/concepts/dynamic-task-mapping.rst index 08f2ba7d94..dac4718f9c 100644 --- a/docs/apache-airflow/concepts/dynamic-task-mapping.rst +++ b/docs/apache-airflow/concepts/dynamic-task-mapping.rst @@ -139,8 +139,6 @@ As well as a single parameter it is possible to pass multiple parameters to expa This would result in the add task being called 6 times. Please note however that the order of expansion is not guaranteed. -It is not possible to achieve an effect similar to Python's ``zip`` function with mapped arguments. - Task-generated Mapping ======================
