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_r334892403
 
 

 ##########
 File path: airflow/models/baseoperator.py
 ##########
 @@ -1048,6 +1061,14 @@ class BaseOperatorLink(metaclass=ABCMeta):
     Abstract base class that defines how we get an operator link.
     """
 
+    operators = None   # type: Optional[List[BaseOperator]]
+    """
+    This property will be used by Airflow Plugins to find the Operators to 
which you want
+    to assign this Operator Link
+
+    :return: List of Operator used by task for which you want to create extra 
link
 
 Review comment:
   Updated

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