You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update introduction.mdx
simple typo
* Update joining-multiple-data-sources.mdx
update pre-agg index syntax
* Update using-pre-aggregations.mdx
removed warning for rollup joins between different data source types
Copy file name to clipboardExpand all lines: docs/docs-new/pages/product/introduction.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ Cube embraces and implements the three most commonly used protocols and API stan
111
111
**SQL** is universally adopted across all the tools in the data stack. Every BI and visualization tool can query a SQL data source.
112
112
That makes SQL an obvious choice for a communication layer to ensure interoperability. Cube implements Postgres SQL and extends
113
113
it to support data modeling in the semantic layer. Cube adds the notion of **measure** to SQL spec, a special type that knows how to
114
-
evaluate itself based on the definition in the data model. Every BI and visualization tool that can connect to Postgres or Refshift can connect to Cube.
114
+
evaluate itself based on the definition in the data model. Every BI and visualization tool that can connect to Postgres or Redshift can connect to Cube.
115
115
116
116
Finally, Cube exposes **robust meta API for data model introspection.** It is vital to achieve interoperability because
117
117
it enables other tools to inspect the data model definitions and take actions, e.g. provide context to the AI agents querying the semantic
0 commit comments