Skip to content

Commit dbbd165

Browse files
authored
fix typo (#7007)
* 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
1 parent f804cc7 commit dbbd165

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

docs/docs-new/pages/guides/recipes/query-acceleration/joining-multiple-data-sources.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ cubes:
7171
- name
7272
- supplier_id
7373
indexes:
74-
category_index:
74+
- name: category_index
7575
columns:
7676
- supplier_id
7777

@@ -125,7 +125,7 @@ cubes:
125125
- company
126126
- email
127127
indexes:
128-
category_index:
128+
- name: category_index
129129
columns:
130130
- id
131131
```

docs/docs-new/pages/product/caching/using-pre-aggregations.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -587,14 +587,6 @@ pre-aggregations in Cube Store.
587587

588588
## Joins between pre-aggregations
589589

590-
<WarningBox>
591-
592-
This feature is in Preview and the API may change in a future release. Joining
593-
pre-aggregations **only** works with databases of the same type, support for
594-
joining pre-aggregations from different databases is coming soon.
595-
596-
</WarningBox>
597-
598590
When making a query that joins data from two different cubes, Cube can use
599591
pre-aggregations instead of running the base SQL queries. To get started, first
600592
ensure both cubes have valid pre-aggregations:

docs/docs-new/pages/product/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Cube embraces and implements the three most commonly used protocols and API stan
111111
**SQL** is universally adopted across all the tools in the data stack. Every BI and visualization tool can query a SQL data source.
112112
That makes SQL an obvious choice for a communication layer to ensure interoperability. Cube implements Postgres SQL and extends
113113
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.
115115

116116
Finally, Cube exposes **robust meta API for data model introspection.** It is vital to achieve interoperability because
117117
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

Comments
 (0)