Skip to main content

Query data source schema definition by table name

GET 

/v1/model/datasource/prod/dataSourceByTableName

Request

Query Parameters

    tableNames string[]required

    Data table name list [this parameter only queries schema information of data sources under the table]

Responses

Success

Schema
    oneOf
    data object
    DataSourceTableInfos object[]
  • Array [
  • IsDataSource Whether it is a data source (boolean)
    IsPreview Whether it is a preview (boolean)
    Name Data source name (string)
    Schema Data source schema definition (string)
    TableName Data table name (string)
    Title Data source title (string)
  • ]
  • requestId Unique Request ID (string)
Loading...