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


##########
docs/apache-airflow/howto/define-extra-link.rst:
##########
@@ -118,7 +120,9 @@ Console, but if we wanted to change that link we could:
 .. code-block:: python
 
     from airflow.plugins_manager import AirflowPlugin
-    from airflow.models.baseoperator import BaseOperatorLink
+    from airflow.models.baseoperator import BaseOperatorLink, BaseOperator
+    from airflow.models.taskinstancekey import TaskInstanceKey
+

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



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