vincbeck commented on code in PR #48854:
URL: https://github.com/apache/airflow/pull/48854#discussion_r2031205033
##########
airflow-core/docs/authoring-and-scheduling/event-scheduling.rst:
##########
@@ -43,7 +43,7 @@ SQS:
.. code-block:: python
from airflow.sdk import Asset, AssetWatcher
- from airflow.providers.common.msgq.triggers.msg_queue import
MessageQueueTrigger
+ from airflow.providers.common.messaging.triggers.msg_queue import
MessageQueueTrigger
Review Comment:
I think we should leave it. Event driven scheduling is an AF3 feature so
having documentation is very important. And having an example in the
documentation is also very important, this is very helpful for users.
--
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]