Property definitions
The data source type is
dlf.Supported configuration mode (ConnectionPropertiesMode):
Instance Mode
Connection properties
Parameter | Type | Example | Required | Description |
regionId | String | cn-hangzhou | Yes | The region ID. |
catalogId | String | clg-paimon-xxx | Yes | The catalog ID. |
catalogName | String | xxx | Yes | The catalog name. |
database | String | db1 | Yes | The database name. |
authType | String | Executor | Yes | The access identity for DLF. Valid values:
|
authIdentity | String | 123123 | No | The RAM user ID or role ID. Required if |
envType | String | Dev | Yes | The environment type. Valid values:
|
endpoint | String | http://cn-hangzhou-vpc.dlf.aliyuncs.com | Yes | The service endpoint. |
Configuration example
{
"envType": "Prod",
"authType": "SubAccount",
"database":"testdb01",
"catalogId": "clg-paimon-xx",
"catalogName": "xx",
"endpoint": "http://cn-hangzhou-vpc.dlf.aliyuncs.com",
"authIdentity": "xxx"
}