全部產品
Search
文件中心

DataWorks:Data Lake Formation

更新時間:Feb 11, 2026

屬性定義

  • 資料來源類型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訪問身份,枚舉值有:

  • Executor:執行者(開發環境)

  • PrimaryAccount:主帳號(生產環境)

  • SubAccount:指定的某一個子帳號(生產環境)

  • RamRole:指定的RAM角色(生產環境)

authIdentity

String

123123

子帳號ID或角色ID。

authTypeSubAccountRamRole時,必填。

envType

String

Dev

envType表示資料來源環境資訊。

  • Dev:開發環境。

  • Prod:生產環境。

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"
}