Skip to content

Commit 30cad43

Browse files
committed
docs: Known limitations of query pushdown
1 parent 5ce589a commit 30cad43

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/pages/product/apis-integrations/sql-api/query-format.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,14 @@ queries **not** querying cube tables.
214214

215215
</WarningBox>
216216

217+
<ReferenceBox>
218+
219+
Query pushdown currently has the following limitations:
220+
* No support for [joins between cubes](https://github.com/cube-js/cube/issues/8483).
221+
* No support for [custom aggregations in `number` measures](https://github.com/cube-js/cube/issues/8482).
222+
223+
</ReferenceBox>
224+
217225
Query pushdown provides a safe net for queries that can't be rewritten
218226
into combination of a [regular query][ref-regular-queries] and post-processing.
219227
Such queries' SQL would be transpiled to target database query leveraging

0 commit comments

Comments
 (0)