屬性定義
資料來源類型type為: dlf
支援的配置模式(ConnectionPropertiesMode):
InstanceMode(執行個體模式)
屬性參數
名稱 | 類型 | 樣本值 | 是否必填 | 描述和注意點 |
regionId | String | cn-hangzhou | 是 | 地區。 |
catalogId | String | clg-paimon-xxx | 是 | DLF catalogId |
catalogName | String | xxx | 是 | DLF catalogName |
database | String | db1 | 是 | 資料庫名。 |
authType | String | Executor | 是 | DLF訪問身份,枚舉值有:
|
authIdentity | String | 123123 | 否 | 子帳號ID或角色ID。 當 |
envType | String | Dev | 是 | envType表示資料來源環境資訊。
|
endpoint | String | http://cn-hangzhou-vpc.dlf.aliyuncs.com | 是 | DLF訪問地址 |
資料來源配置樣本
{
"envType": "Prod",
"authType": "SubAccount",
"database":"testdb01",
"catalogId": "clg-paimon-xx",
"catalogName": "xx",
"endpoint": "http://cn-hangzhou-vpc.dlf.aliyuncs.com",
"authIdentity": "xxx"
}