跳到主要内容
版本:2.3.10

钉钉

钉钉 数据接收器

支持的引擎

Spark
Flink
SeaTunnel Zeta

主要特性

描述

一个使用钉钉机器人发送消息的Sink插件。

Options

名称类型是否必须默认值
urlString-
secretString-
common-options-

url [String]

钉钉机器人地址格式为 https://oapi.dingtalk.com/robot/send?access_token=XXXXXX(String)

secret [String]

钉钉机器人的密钥 (String)

common options

Sink插件的通用参数,请参考 Sink Common Options 了解详情

任务示例

sink {
DingTalk {
url="https://oapi.dingtalk.com/robot/send?access_token=ec646cccd028d978a7156ceeac5b625ebd94f586ea0743fa501c100007890"
secret="SEC093249eef7aa57d4388aa635f678930c63db3d28b2829d5b2903fc1e5c10000"
}
}

变更日志

Change Log
ChangeCommitVersion
[improve] dingtalk sink options (#8742)https://github.com/apache/seatunnel/commit/f2145dcc42.3.10
[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)https://github.com/apache/seatunnel/commit/6b7c53d032.3.9
[Improve] Remove use SeaTunnelSink::getConsumedType method and mark it as deprecated (#5755)https://github.com/apache/seatunnel/commit/8de7408102.3.4
[Improve][build] Give the maven module a human readable name (#4114)https://github.com/apache/seatunnel/commit/d7cd601052.3.1
[Improve][Project] Code format with spotless plugin. (#4101)https://github.com/apache/seatunnel/commit/a2ab166562.3.1
[Improve][Connector-V2][DingTalk] Unified exception for dingtalk sink connector (#3678)https://github.com/apache/seatunnel/commit/0a09562512.3.0
[Hotfix][OptionRule] Fix option rule about all connectors (#3592)https://github.com/apache/seatunnel/commit/226dc6a112.3.0
[improve][connector] The Factory#factoryIdentifier must be consistent with PluginIdentifierInterface#getPluginName (#3328)https://github.com/apache/seatunnel/commit/d9519d6962.3.0
[Improve][Connector-V2][DingTalk] Add DingTalk Sink Factory (#3324)https://github.com/apache/seatunnel/commit/56be228ad2.3.0
[Improve][build] Improved scope of maven-shade-plugin (#2665)https://github.com/apache/seatunnel/commit/93bc8bd112.2.0-beta
[#2606]Dependency management split (#2630)https://github.com/apache/seatunnel/commit/fc047be692.2.0-beta
[Feature][Connector-V2] Add Dingtalk Sink #2257 (#2285)https://github.com/apache/seatunnel/commit/88a26d5a22.2.0-beta