You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/06 17:15:53 UTC

[GitHub] [airflow] turbaszek commented on a change in pull request #14640: Allow ExternalTaskSensor to wait for taskgroup

turbaszek commented on a change in pull request #14640:
URL: https://github.com/apache/airflow/pull/14640#discussion_r608037670



##########
File path: airflow/models/dag.py
##########
@@ -1525,8 +1533,11 @@ def filter_task_group(group, parent_group):
 
         return dag
 
+    def has_task_group(self, group_id: str):

Review comment:
       ```suggestion
       def has_task_group(self, group_id: str) -> bool:
   ```




-- 
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:
users@infra.apache.org