uranusjr commented on code in PR #31436:
URL: https://github.com/apache/airflow/pull/31436#discussion_r1200184654
##########
docs/apache-airflow/howto/notifications.rst:
##########
@@ -59,6 +59,7 @@ Here's an example of using the above notifier:
from airflow import DAG
from myprovider.notifier import MyNotifier
from datetime import datetime
+ from airflow.operators.bash_operator import BashOperator
Review Comment:
```suggestion
from datetime import datetime
from airflow.models.dag import DAG
from airflow.operators.bash_operator import BashOperator
from myprovider.notifier import MyNotifier
```
--
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]