Skip to content

Commit 56f4ad3

Browse files
committed
docs: enhance permission table
1 parent 90bb9d0 commit 56f4ad3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

content/docs/security/database-permission/overview.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,17 @@ Database permission controls individual users' or groups' actions within the dat
1212
| Workspace Admin |||||||
1313
| Workspace DBA |||||||
1414
| Project Owner |||||| |
15-
| Project Developer | | | | | | |
15+
| Project Developer | | | | \* | \* | |
1616
| Project Querier ||| | | | |
1717
| Project Exporter | | || | | |
1818
| Project Releaser | | | | | | |
1919
| Project Viewer | | | | | | |
2020

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+
2126
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.
2227

2328
<IncludeBlock url="/docs/share/database-permission-table"></IncludeBlock>

content/docs/share/database-permission-table.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
| | Export | `databases.export` |
66
| Write (subject to [execution mode](/docs/administration/environment-policy/overview/#execution-mode)) | Mutation DML | `databases.queryDML` |
77
| | DDL | `databases.queryDDL` |
8+
| Request change for review | Create Issue | `issues.create` |
89
| [Admin](/docs/sql-editor/admin-mode/) | Admin | `instances.adminExecute` |

0 commit comments

Comments
 (0)