Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.02 KB

File metadata and controls

23 lines (20 loc) · 1.02 KB

Airflow

Airflow Provider for Aliyun RocketMQ

GitHub Build Status codecov PyPI

Example

from aliyun_rocketmq_provider.hooks.aliyun_rocketmq import AliyunRocketMQHook

message_push_topic = AliyunRocketMQHook(topic="message-push")
message_push_topic.run("helloWorld", fail_silently=True)