vincbeck commented on code in PR #48854:
URL: https://github.com/apache/airflow/pull/48854#discussion_r2031477351
##########
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:
That's a fair call-out. Indeed, I think referencing the example in core docs
would be a good idea. I agree that binding the provider with core releases can
lead to some issues.
--
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]