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 2022/04/07 14:20:44 UTC

[GitHub] [airflow] eladkal commented on a diff in pull request #22832: [WIP] Deprecate `DummyOperator` in favor of `EmptyOperator`

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


##########
airflow/models/mappedoperator.py:
##########
@@ -342,7 +342,7 @@ def task_type(self) -> str:
         return self._task_type
 
     @property
-    def inherits_from_dummy_operator(self) -> bool:
+    def inherits_from_empty_operator(self) -> bool:
         """Implementing Operator."""
         return self._is_dummy

Review Comment:
   Done https://github.com/apache/airflow/pull/22832/commits/56d4e5d20c1407057d6b12b8856e471de47e20e6



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