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_r333998266
 
 

 ##########
 File path: tests/plugins/test_plugin.py
 ##########
 @@ -23,10 +23,11 @@
 from airflow.executors.base_executor import BaseExecutor
 # Importing base classes that we need to derive
 from airflow.hooks.base_hook import BaseHook
-from airflow.models.baseoperator import BaseOperator, BaseOperatorLink
+from airflow.models.baseoperator import BaseOperator
 # This is the class you derive to create a plugin
 from airflow.plugins_manager import AirflowPlugin
 from airflow.sensors.base_sensor_operator import BaseSensorOperator
+from tests.utils.extra_link_operators import AirflowLink, AirflowLink2, 
GithubLink, GoogleLink
 
 Review comment:
   Changed

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