We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce589a commit 30cad43Copy full SHA for 30cad43
docs/pages/product/apis-integrations/sql-api/query-format.mdx
@@ -214,6 +214,14 @@ queries **not** querying cube tables.
214
215
</WarningBox>
216
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
225
Query pushdown provides a safe net for queries that can't be rewritten
226
into combination of a [regular query][ref-regular-queries] and post-processing.
227
Such queries' SQL would be transpiled to target database query leveraging
0 commit comments