You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/16 12:29:48 UTC

[GitHub] [airflow] ashb opened a new pull request, #26435: Update docs: zip-like effect is now possible in task mapping

ashb opened a new pull request, #26435:
URL: https://github.com/apache/airflow/pull/26435

   TP had already added the new section, but left this line in
   
   Another one @jedcunningham @ephraimbuddy 


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] ashb merged pull request #26435: Update docs: zip-like effect is now possible in task mapping

Posted by GitBox <gi...@apache.org>.
ashb merged PR #26435:
URL: https://github.com/apache/airflow/pull/26435


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] uranusjr commented on a diff in pull request #26435: Update docs: zip-like effect is now possible in task mapping

Posted by GitBox <gi...@apache.org>.
uranusjr commented on code in PR #26435:
URL: https://github.com/apache/airflow/pull/26435#discussion_r973000285


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

Review Comment:
   Maybe we should instead say something like “if you want something similar to `zip` please see xxx (section)”?



-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org