钉钉
钉钉 数据接收器
支持的引擎
Spark
Flink
SeaTunnel Zeta
主要特性
描述
一个使用钉钉机器人发送消息的Sink插件。
Options
名称 | 类型 | 是否必须 | 默认值 |
---|---|---|---|
url | String | 是 | - |
secret | String | 是 | - |
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
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 |