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



##########
File path: airflow/models/baseoperator.py
##########
@@ -57,6 +58,9 @@
 from airflow.utils.trigger_rule import TriggerRule
 from airflow.utils.weight_rule import WeightRule
 
+if TYPE_CHECKING:
+    from airflow.utils.task_group import TaskGroup  # pylint: 
disable=cyclic-import

Review comment:
       Does `TaskGroup` create a cyclic dependency? We have already a few of 
them and if it's possible to avoid another one we should try to do this 




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