Feishu
Feishu sink connector
Support Those Enginesâ
Spark
Flink
SeaTunnel Zeta
Key Featuresâ
Descriptionâ
Used to launch Feishu web hooks using data.
For example, if the data from upstream is [
age: 12, name: tyrantlucifer
], the body content is the following:{"age": 12, "name": "tyrantlucifer"}
Tips: Feishu sink only support post json
webhook and the data from source will be treated as body content in web hook.
Data Type Mappingâ
Seatunnel Data Type | Feishu Data Type |
---|---|
ROW MAP | Json |
NULL | null |
BOOLEAN | boolean |
TINYINT | byte |
SMALLINT | short |
INT | int |
BIGINT | long |
FLOAT | float |
DOUBLE | double |
DECIMAL | BigDecimal |
BYTES | byte[] |
STRING | String |
TIME TIMESTAMP TIME | String |
ARRAY | JsonArray |
Sink Optionsâ
Name | Type | Required | Default | Description |
---|---|---|---|---|
url | String | Yes | - | Feishu webhook url |
headers | Map | No | - | Http request headers |
common-options | no | - | Sink plugin common parameters, please refer to Sink Common Options for details |
Task Exampleâ
Simple:â
Feishu {
url = "https://www.feishu.cn/flow/api/trigger-webhook/108bb8f208d9b2378c8c7aedad715c19"
}
Changelogâ
2.2.0-beta 2022-09-26â
- Add Feishu Sink Connector