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


##########
airflow/models/abstractoperator.py:
##########
@@ -124,7 +124,7 @@ def task_type(self) -> str:
         raise NotImplementedError()
 
     @property
-    def inherits_from_dummy_operator(self) -> bool:
+    def inherits_from_empty_operator(self) -> bool:
         raise NotImplementedError()

Review Comment:
   Is it safe to rename this? I imagine there may be operators out there 
relying on 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to