You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ferruzzi (via GitHub)" <gi...@apache.org> on 2023/08/14 16:51:25 UTC

[GitHub] [airflow] ferruzzi commented on a diff in pull request #33301: D205 Support - Stragglers

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org