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: content/docs/security/database-permission/overview.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,17 @@ Database permission controls individual users' or groups' actions within the dat
12
12
| Workspace Admin | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
13
13
| Workspace DBA | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
14
14
| Project Owner | ✅ | ✅ | ✅ | ✅ | ✅ ||
15
-
| Project Developer ||||✅|✅||
15
+
| Project Developer ||||\*|\*||
16
16
| Project Querier | ✅ | ✅ |||||
17
17
| Project Exporter ||| ✅ ||||
18
18
| Project Releaser |||||||
19
19
| Project Viewer |||||||
20
20
21
+
\*_Project Developers can't execute DML and DDL directly in SQL Editor. On the other hand, they can
22
+
request DML/DDL change by creating an [issue](/docs/concepts/data-model/#issue)_.
23
+
24
+
---
25
+
21
26
You can also pick out specific permissions to build [custom roles](/docs/administration/custom-roles/). e.g. create a custom role that grants only the [EXPLAIN](/docs/security/database-permission/explain/) permission.
0 commit comments