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
Copy file name to clipboardExpand all lines: docs/content/GraphQL-API/GraphQL-API.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ category: GraphQL API
5
5
menuOrder: 3
6
6
---
7
7
8
+
<SuccessBox>
9
+
10
+
**We’re running a survey to better understand how you use Cube.** Please take a moment to [share with us what you think](https://forms.gle/b7iQHpocAXfpNfeR7). It will mean the world to us.
11
+
12
+
</SuccessBox>
13
+
8
14
## Getting started
9
15
10
16
First, ensure you're running Cube v0.28.58 or later. Then start the project
Copy file name to clipboardExpand all lines: docs/content/REST-API/Query-Format.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ category: REST API
5
5
menuOrder: 2
6
6
---
7
7
8
+
<SuccessBox>
9
+
10
+
**We’re running a survey to better understand how you use Cube.** Please take a moment to [share with us what you think](https://forms.gle/b7iQHpocAXfpNfeR7). It will mean the world to us.
11
+
12
+
</SuccessBox>
13
+
8
14
Cube Queries are plain JavaScript objects, describing an analytics query. The
9
15
basic elements of a query (query members) are `measures`, `dimensions`, and
Copy file name to clipboardExpand all lines: docs/content/REST-API/REST-API.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ category: REST API
6
6
menuOrder: 1
7
7
---
8
8
9
+
<SuccessBox>
10
+
11
+
**We’re running a survey to better understand how you use Cube.** Please take a moment to [share with us what you think](https://forms.gle/b7iQHpocAXfpNfeR7). It will mean the world to us.
Copy file name to clipboardExpand all lines: docs/content/SQL-API/Overview.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ permalink: /backend/sql
6
6
menuOrder: 1
7
7
---
8
8
9
+
<SuccessBox>
10
+
11
+
**We’re running a survey to better understand how you use Cube.** Please take a moment to [share with us what you think](https://forms.gle/b7iQHpocAXfpNfeR7). It will mean the world to us.
12
+
13
+
</SuccessBox>
14
+
9
15
<WarningBoxheading={`Migration to Postgres protocol`}>
10
16
11
17
This is documentation of Cube’s SQL API for the Postgres protocol. The MySQL
0 commit comments