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
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
- TableNameDataSourceResponse
- ErrorResponse
- Array [
- ]
oneOf
data object
DataSourceTableInfos object[]
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)
code Error Code (string)
message Error Message (string)
requestId Unique Request ID (string)
{}
Loading...