跳到主要内容

根据表名称查询查询数据源Schema定义

GET 

/v1/model/datasource/prod/dataSourceByTableName

Request

Query Parameters

    tableNames string[]required

    数据表名称列表[此参数只是查询表下数据源的Schema信息]

Responses

成功

Schema
    oneOf
    data object
    DataSourceTableInfos object[]
  • Array [
  • IsDataSource 是否是数据源 (boolean)
    IsPreview 是否是预览 (boolean)
    Name 数据源名称 (string)
    Schema 数据源Schema定义 (string)
    TableName 数据表名称 (string)
    Title 数据源标题 (string)
  • ]
  • requestId 请求唯一id (string)
Loading...