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


##########
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:
   @dstandish Any idea to better describe this function? (Also 
`_update_setup_upstream` 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