|
2 | 2 |
|
3 | 3 | _Understanding user roles and permissions in Cube._ |
4 | 4 |
|
5 | | -Cube has three built-in default roles: Admin, Developer, and Explorer. Each role has specific permissions and access levels designed to support different responsibilities within the platform. |
| 5 | +Cube has four built-in default roles: Admin, Developer, Explorer, and Viewer. Each role has specific permissions and access levels designed to support different responsibilities within the platform. |
6 | 6 |
|
7 | 7 | The Enterprise tier allows creation of custom roles with a customized set of permissions tailored to your organization's specific needs. |
8 | 8 |
|
| 9 | +## Permissions matrix |
9 | 10 |
|
10 | | -## Default Roles |
11 | | - |
12 | | -### Admin Role |
13 | | - |
14 | | -- Has highest level of privileges |
15 | | -- Can manage semantic models |
16 | | -- Can manage other users |
17 | | -- Has access to admin section |
18 | | -- Full query capabilities |
| 11 | +| Permission | Admin | Developer | Explorer | Viewer | |
| 12 | +| ----------------------------------- | :---: | :-------: | :------: | :----: | |
| 13 | +| Manage users and account settings | β
| β | β | β | |
| 14 | +| Manage deployments and their settings | β
| β
| β | β | |
| 15 | +| Edit semantic model | β
| β
| β | β | |
| 16 | +| Execute SQL queries against data sources | β
| β
| β | β | |
| 17 | +| Explore and query semantic models | β
| β
| β
| β | |
| 18 | +| Create and edit workbooks | β
| β
| β
| β | |
| 19 | +| View published dashboards | β
| β
| β
| β
| |
| 20 | +| Access Analytics Chat | β
| β
| β
| β
| |
| 21 | +| Query from external tools (Tableau, Power BI) | β
| β
| β
| β
| |
19 | 22 |
|
20 | 23 | <InfoBox> |
21 | | -Admin roles are billed at the developer rate. |
22 | | -</InfoBox> |
23 | | - |
24 | | -### Developer Role |
25 | | - |
26 | | -- Can create and edit semantic models |
27 | | -- Can execute SQL queries against data sources |
28 | | -- Can create and edit workbooks |
29 | | -- Can create and edit data apps |
30 | | -- No access to admin settings |
31 | 24 |
|
32 | | -### Explorer Role |
33 | | - |
34 | | -- Can query semantic models |
35 | | -- Can create and edit workbooks |
36 | | -- Can create and edit data apps |
37 | | -- Can execute Semantic SQL queries |
38 | | -- Cannot make changes to semantic models |
39 | | -- Cannot query source data directly |
40 | | - |
41 | | -## Future Implementation |
42 | | - |
43 | | -A Viewer role is planned for future implementation with the following capabilities: |
| 25 | +Admin roles are billed at the developer rate. |
44 | 26 |
|
45 | | -- Use Analytics Chat with ability to query Semantic Views and existing reports |
46 | | -- View (read-only) access to shared data apps |
| 27 | +</InfoBox> |
47 | 28 |
|
48 | 29 | ## Agent Permissions |
49 | 30 |
|
|
0 commit comments