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



##########
File path: airflow/models/baseoperator.py
##########
@@ -1146,27 +1115,22 @@ def add_only_new(self, item_set: Set[str], item: str) 
-> None:
         else:
             item_set.add(item)
 
+    @property
+    def operator(self) -> "BaseOperator":

Review comment:
       I refactored it a bit so now its `roots` property - more in line with 
your initaill proposition




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