Apache Kylin · Example Payload

Rest Api Query Request Example

AnalyticsBig DataCubeOLAPOpen SourceSQL

Rest Api Query Request Example is an example object payload from Apache Kylin, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sqlprojectoffsetlimitacceptPartial

Example Payload

Raw ↑
{
  "sql": "SELECT count(*) FROM kylin_sales",
  "project": "learn_kylin",
  "offset": 0,
  "limit": 50000,
  "acceptPartial": true
}