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
```
##########
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
+
from airflow.models.xcom import XCom
Review Comment:
```suggestion
from airflow.models.taskinstancekey import TaskInstanceKey
from airflow.models.xcom import XCom
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]