Skip to main content
Version: 2.3.10

DingTalk

DinkTalk sink connector

Support Those Engines

Spark
Flink
SeaTunnel Zeta

Key features

Description

A sink plugin which use DingTalk robot send message

Options

nametyperequireddefault value
urlStringyes-
secretStringyes-
common-optionsno-

url [String]

DingTalk robot address format is https://oapi.dingtalk.com/robot/send?access_token=XXXXXX(String)

secret [String]

DingTalk robot secret (String)

common options

Sink plugin common parameters, please refer to Sink Common Options for details

Example

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

Changelog

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