全部产品
Search
文档中心

大数据开发治理平台 DataWorks:Data Lake Formation

更新时间:Feb 10, 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"
}