kaxil commented on a change in pull request #13037:
URL: https://github.com/apache/airflow/pull/13037#discussion_r637972215



##########
File path: airflow/models/dag.py
##########
@@ -1190,6 +1191,8 @@ def clear(
         :param visited_external_tis: A set used internally to keep track of 
the visited TaskInstance when
             clearing tasks across multiple DAGs linked by ExternalTaskMarker 
to avoid redundant work.
         :type visited_external_tis: set
+        :param exclude_task_ids: A set of task_id that should not be cleared

Review comment:
       ```suggestion
           :param exclude_task_ids: A set of ``task_id``'s that should not be 
cleared
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to