ferruzzi commented on code in PR #33301:
URL: https://github.com/apache/airflow/pull/33301#discussion_r1293728068


##########
airflow/utils/setup_teardown.py:
##########
@@ -181,7 +181,10 @@ def _push_tasks(cls, operator: AbstractOperator | 
list[AbstractOperator], setup:
 
     @classmethod
     def _update_teardown_downstream(cls, operator: AbstractOperator | 
list[AbstractOperator]):
-        """This recursively goes through the tasks downstream of the setup in 
the context manager,
+        """
+        Update _teardown_downstream_of_setup.

Review Comment:
   I think I've found suitable phrasing here and for the other method below.



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