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
- 200
Successful.
- 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 Table name (string)
Title Data source title (string)
requestId Request unique ID (string)
code Error code (string)
message Error message (string)
requestId Request unique ID (string)
{}
Loading...