Alibaba Cloud MaxCompute Export
Export data to Alibaba Cloud MaxCompute.
Properties
| Name | Type | |
|---|---|---|
| engine | String=maxcompute:export | |
| credentials | Object | |
| endpoint | String | |
| project | String | |
| table | String | |
| schema | Object | |
engine
Must be maxcompute:export.
- Required
- Yes
credentials
The Alibaba Cloud credentials.
- Required
- No
Properties
| Name | Type | |
|---|---|---|
| access_id | String | |
| access_key | String | |
credentials.access_id
The Access ID to authenticate to MaxCompute.
- Required
- Yes
credentials.access_key
The Access Key to authenticate to MaxCompute.
- Required
- Yes
endpoint
The URL of your selected region e.g. `http://service.eu-west-1.maxcompute.aliyun.com/api`.
- Required
- Yes
project
The name of the MaxCompute project.
- Required
- Yes
table
The name of the MaxCompute table.
- Required
- Yes
schema
Define a schema for the data.
- Required
- Yes