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


##########
docs/apache-airflow/howto/define-extra-link.rst:
##########
@@ -29,6 +29,7 @@ The following code shows how to add extra links to an 
operator via Plugins:
 
     from airflow.models.baseoperator import BaseOperator, BaseOperatorLink
     from airflow.plugins_manager import AirflowPlugin
+    from airflow.models.taskinstancekey import TaskInstanceKey

Review Comment:
   ```suggestion
       from airflow.models.taskinstancekey import TaskInstanceKey
       from airflow.plugins_manager import AirflowPlugin
   ```



-- 
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-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to