Alibaba Cloud MaxCompute Query

Query an Alibaba Cloud MaxCompute database.

Properties

NameType
engineString=maxcompute:query
credentialsObject
endpointString
projectString
queryString
schemaObject

engine

Must be maxcompute:query.

Required
Yes

credentials

The Alibaba Cloud credentials.

Required
No

Properties

NameType
access_idString
access_keyString

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