rconroy293 commented on a change in pull request #7119: [AIRFLOW-5840] Add 
operator extra link to external task sensor
URL: https://github.com/apache/airflow/pull/7119#discussion_r366496493
 
 

 ##########
 File path: airflow/plugins_manager.py
 ##########
 @@ -133,6 +133,9 @@ def register_inbuilt_operator_links() -> None:
     except ImportError:
         pass
 
+    from airflow.sensors.external_task_sensor import ExternalTaskLink
+    inbuilt_operator_links.update([ExternalTaskLink])
+
 
 Review comment:
   Fixed

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to