Alibaba Cloud MaxCompute Query
Query an Alibaba Cloud MaxCompute database.
Properties
| Name | Type | |
|---|---|---|
| engine | String=maxcompute:query | |
| credentials | Object | |
| endpoint | String | |
| project | String | |
| query | String | |
| schema | Object | |
engine
Must be maxcompute:query.
- 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
query
The SQL query to retrieve the data.
- Required
- Yes
schema
Define the schema of the data, entering the field name returned by the SQL query into `Source`.
- Required
- Yes