matthewblock commented on code in PR #29762:
URL: https://github.com/apache/airflow/pull/29762#discussion_r1118927475


##########
docs/apache-airflow/authoring-and-scheduling/dynamic-task-mapping.rst:
##########
@@ -177,9 +177,8 @@ Mapping with non-TaskFlow operators
 It is possible to use ``partial`` and ``expand`` with classic style operators 
as well. Some arguments are not mappable and must be passed to ``partial()``, 
such as ``task_id``, ``queue``, ``pool``, and most other arguments to 
``BaseOperator``.

Review Comment:
   Maybe explicitly mention something about the example `sum_it` being a 
"reduce" task?



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