Maxcompute sink connector
Used to read data from Maxcompute.
name | type | required | default value |
---|---|---|---|
accessId | string | yes | - |
accesskey | string | yes | - |
endpoint | string | yes | - |
project | string | yes | - |
table_name | string | yes | - |
partition_spec | string | no | - |
overwrite | boolean | no | false |
common-options | string | no |
accessId
Your Maxcompute accessId which cloud be access from Alibaba Cloud.
accesskey
Your Maxcompute accessKey which cloud be access from Alibaba Cloud.
endpoint
Your Maxcompute endpoint start with http.
project
Your Maxcompute project which is created in Alibaba Cloud.
table_name
Target Maxcompute table name eg: fake.
partition_spec
This spec of Maxcompute partition table eg:ds='20220101'.
overwrite
Whether to overwrite the table or partition, default: false.
Sink plugin common parameters, please refer to Sink Common Options for details.
sink {
Maxcompute {
accessId="<your access id>"
accesskey="<your access Key>"
endpoint="<http://service.odps.aliyun.com/api>"
project="<your project>"
table_name="<your table name>"
#partition_spec="<your partition spec>"
#overwrite = false
}
}
- [Feature] Add Maxcompute Sink Connector(3640)