Skip to main content

Query Data Source Schema Definition by Table Name

GET 

/v1/model/datasource/prod/dataSourceByTableName

Request

Query Parameters

    tableNames string[]required

    List of table names [This parameter is only used to query the schema information of the data source under the table]

Responses

Successful.

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 Table name (string)
    Title Data source title (string)
  • ]
  • requestId Request unique ID (string)
Loading...