Data Access Control
Data Access Control restricts how the users access and export the data. Workspace Admin
or DBA
are exempt from these restrictions. Project Owner
is also exempt from these restrictions for all the databases under that project. Below shows the detailed built-in roles' query and export permissions.
Role | Query | Export |
---|---|---|
Workspace Admin | â | â |
Workspace DBA | â | â |
Project Owner | â | â |
Project Developer | ||
Project Querier | â | |
Project Exporter | â | |
Project Releaser | ||
Project Viewer |
If you want to create custom roles, include databases.query
, databases.export
permissions.
Query permission
Query permission controls whether the users can query the data from the SQL Editor. Check Data Query.
Export permission
Export permission controls whether the users can export the data from the SQL Editor. Check Data Export.