Maxcompute

Maxcompute source connector

Used to read data from Maxcompute.

Key featuresarrow-up-right

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

-

split_row

int

no

10000

common-options

string

no

schema

config

no

accessId [string]arrow-up-right

accessId Your Maxcompute accessId which cloud be access from Alibaba Cloud.

accesskey [string]arrow-up-right

accesskey Your Maxcompute accessKey which cloud be access from Alibaba Cloud.

endpoint [string]arrow-up-right

endpoint Your Maxcompute endpoint start with http.

project [string]arrow-up-right

project Your Maxcompute project which is created in Alibaba Cloud.

table_name [string]arrow-up-right

table_name Target Maxcompute table name eg: fake.

partition_spec [string]arrow-up-right

partition_spec This spec of Maxcompute partition table eg:ds='20220101'.

split_row [int]arrow-up-right

split_row Number of rows per split, default: 10000.

common optionsarrow-up-right

Source plugin common parameters, please refer to Source Common Options for details.

schema [config]arrow-up-right

fields [Config]arrow-up-right

The schema information of upstream data.

Last updated