Data Access Control
Data Access Control restricts how the Developer
access and export the data. Workspace Admin
or DBA
are exempt from these restrictions.
At the project level, the Project Owner
is also exempt from these restrictions. Workspace Admin
or DBA
can configure the following data access control:
- Query: query data via SQL Editor
- Export: export data by SQL or Database
- Copy from SQL Editor: copy data from the query result table in SQL Editor
Configure Data Access Control
This section is for Workspace Admin
or DBA
to configure data access control for Project Developer
.
-
Click Settings > Security & Policy > Data Access Control.
-
If
Skip approval
for Query Data is checked, then by defaultProject Developer
can query data from databases belonging to that Environment via SQL Editor; If unchecked, thenProject Developer
needs to Request Query for approval. -
If
Skip approval
for Export Data is checked, then by defaultProject Developer
can export data from databases belonging to that Environment via SQL Editor; If unchecked, thenProject Developer
needs to Request Export for approval.
For how to request approval, please refer to Request Query and Request Export.
- If
Disallowed
for Copy Data From SQL Editor is checked, then no one can copy data from databases belonging to that Environment via SQL Editor; If unchecked, then all can copy data.