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/08/16 23:08:48 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #22834: Operator name separate from class

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


##########
airflow/operators/empty.py:
##########
@@ -29,6 +29,7 @@ class EmptyOperator(BaseOperator):
 
     ui_color = '#e8f7e4'
     inherits_from_empty_operator = True
+    custom_operator_name = 'Empty'

Review Comment:
   ```suggestion
   ```



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