DingTalk
DinkTalk sink connector
Support Those Engines
Spark
Flink
SeaTunnel Zeta
Key features
Description
A sink plugin which use DingTalk robot send message
Options
name | type | required | default value |
---|---|---|---|
url | String | yes | - |
secret | String | yes | - |
common-options | no | - |
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
Change | Commit | Version |
---|---|---|
[improve] dingtalk sink options (#8742) | https://github.com/apache/seatunnel/commit/f2145dcc4 | 2.3.10 |
[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786) | https://github.com/apache/seatunnel/commit/6b7c53d03 | 2.3.9 |
[Improve] Remove use SeaTunnelSink::getConsumedType method and mark it as deprecated (#5755) | https://github.com/apache/seatunnel/commit/8de740810 | 2.3.4 |
[Improve][build] Give the maven module a human readable name (#4114) | https://github.com/apache/seatunnel/commit/d7cd60105 | 2.3.1 |
[Improve][Project] Code format with spotless plugin. (#4101) | https://github.com/apache/seatunnel/commit/a2ab16656 | 2.3.1 |
[Improve][Connector-V2][DingTalk] Unified exception for dingtalk sink connector (#3678) | https://github.com/apache/seatunnel/commit/0a0956251 | 2.3.0 |
[Hotfix][OptionRule] Fix option rule about all connectors (#3592) | https://github.com/apache/seatunnel/commit/226dc6a11 | 2.3.0 |
[improve][connector] The Factory#factoryIdentifier must be consistent with PluginIdentifierInterface#getPluginName (#3328) | https://github.com/apache/seatunnel/commit/d9519d696 | 2.3.0 |
[Improve][Connector-V2][DingTalk] Add DingTalk Sink Factory (#3324) | https://github.com/apache/seatunnel/commit/56be228ad | 2.3.0 |
[Improve][build] Improved scope of maven-shade-plugin (#2665) | https://github.com/apache/seatunnel/commit/93bc8bd11 | 2.2.0-beta |
[#2606]Dependency management split (#2630) | https://github.com/apache/seatunnel/commit/fc047be69 | 2.2.0-beta |
[Feature][Connector-V2] Add Dingtalk Sink #2257 (#2285) | https://github.com/apache/seatunnel/commit/88a26d5a2 | 2.2.0-beta |