tanelk commented on code in PR #23181:
URL: https://github.com/apache/airflow/pull/23181#discussion_r856589545


##########
airflow/models/dag.py:
##########
@@ -1964,7 +1964,13 @@ def partial_subset(
             tasks, in addition to matched tasks.
         :param include_upstream: Include all upstream tasks of matched tasks,
             in addition to matched tasks.
+        :param include_direct_upstream: Include all tasks directly upstream of 
matched
+            and downstream (if include_downstream = True) tasks. Can not be 
use when
+            include_upstream = True - would be a noop with overhead.

Review Comment:
   Before it was "Include all tasks directly upstream of matched", now it has 
the "and downstream" part.



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