kaxil commented on a change in pull request #6302: [AIRFLOW-5636] Allow adding 
or overriding existing Operator Links for…
URL: https://github.com/apache/airflow/pull/6302#discussion_r333971979
 
 

 ##########
 File path: airflow/models/baseoperator.py
 ##########
 @@ -1057,6 +1070,17 @@ def name(self) -> str:
         :return: link name
         """
 
+    @property
+    def operator_name(self) -> Optional[str]:
+        """
+        This property will be used by Airflow Plugins to find the class to 
which you want
+        to assign this Operator Link
+
+        :return: Name of Operator used by task for which
 
 Review comment:
   Updated the PR

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to