Skip to content

Commit

Permalink
[ENT-948] updating permissions table to reflect some dbt-cloud permis…
Browse files Browse the repository at this point in the history
…sion changes (#4212)

## What are you changing in this pull request and why?
<!---
Describe your changes and why you're making them. If linked to an open
issue or a pull request on dbt Core, then link to them here! 

To learn more about the writing conventions used in the dbt Labs docs,
see the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md).
-->

We've moved some permissions from Project-level to Account-level, so
this docs update reflects that change. Specifically, these are the
`Groups` and `Licenses` permissions.

## Checklist
<!--
Uncomment if you're publishing docs for a prerelease version of dbt
(delete if not applicable):
- [ ] Add versioning components, as described in [Versioning
Docs](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-entire-pages)
- [ ] Add a note to the prerelease version [Migration
Guide](https://github.com/dbt-labs/docs.getdbt.com/tree/current/website/docs/guides/migration/versions)
-->
- [ ] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
and [About
versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version)
so my content adheres to these guidelines.
- [ ] Add a checklist item for anything that needs to happen before this
PR is merged, such as "needs technical review" or "change base branch."

Adding new pages (delete if not applicable):
- [ ] Add page to `website/sidebars.js`
- [ ] Provide a unique filename for the new page

Removing or renaming existing pages (delete if not applicable):
- [ ] Remove page from `website/sidebars.js`
- [ ] Add an entry `website/static/_redirects`
- [ ] [Ran link
testing](https://github.com/dbt-labs/docs.getdbt.com#running-the-cypress-tests-locally)
to update the links that point to the deleted page
  • Loading branch information
matthewshaver authored Oct 16, 2023
2 parents 3697ee3 + e36cc5c commit e38dce8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions website/snippets/_enterprise-permissions-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ Account roles enable you to manage the dbt Cloud account and manage the account
| Audit logs | R | | | R | |
| Auth provider | W | | | W | R |
| Billing | W | W | | | R |
| Groups | W | | R | W | R |
| Invitations | W | | W | W | R |
| IP restrictions | W | | | W | R |
| Licenses | W | | W | W | R |
| Members | W | | W | W | R |
| Project (create) | W | | W | | |
| Public models | R | R | R | R | R |
Expand All @@ -34,20 +36,18 @@ Account roles enable you to manage the dbt Cloud account and manage the account
|:-------------------------|:-------------:|:-------------:|:---------------:|:--------------:|:------:|
| Connections | W | | W | | R |
| Credentials | W | | W | | R |
| Custom env. variables | W | | W | | R |
| Custom env. variables | W | | W | | R |
| dbt adapters | W | | W | | R |
| Develop (IDE) | W | | W | | |
| Environments | W | | W | | R |
| Groups | W | | R | W | R |
| Jobs | W | | W | | R |
| Licenses | W | | W | W | R |
| Metadata | R | | R | | R |
| Permissions | W | | W | W | R |
| Profile | W | | W | | R |
| Projects | W | | W | R | R |
| Repositories | W | | W | | R |
| Runs | W | | W | | R |
| Semantic Layer Config | W | | W | | R |
| Semantic Layer Config | W | | W | | R |


### Project role permissions
Expand All @@ -61,26 +61,26 @@ The project roles enable you to work within the projects in various capacities.
| Account settings | R | | R | | R | | | | | | R | |
| Auth provider | | | | | | | | | | | | |
| Billing | | | | | | | | | | | | |
| Invitations | W | R | R | R | R | R | R | | | R | R | |
| Members | W | | R | R | R | | | | | R | R | |
| Groups | R | | R | R | R | | | | | R | R | |
| Invitations | W | R | R | R | R | R | R | | | R | R | |
| Licenses | W | R | R | R | R | R | R | | | | R | |
| Members | W | | R | R | R | | | | | R | R | |
| Project (create) | | | | | | | | | | | | |
| Public models | R | R | R | R | R | R | R | R | R | R | R | R |
| Public models | R | R | R | R | R | R | R | R | R | R | R | R |
| Service tokens | | | | | | | | | | | | |
| Webhooks | W | | | W | | | | | | | | W |
| Webhooks | W | | | W | | | | | | | | W |

#### Project permissions for project roles

|Project-level permission | Admin | Analyst | Database admin | Developer | Git Admin | Job admin | Job viewer | Metadata | Semantic Layer | Stakeholder | Team admin | Webhook |
|--------------------------|:-----:|:-------:|:--------------:|:---------:|:---------:|:---------:|:-----------:|:--------:|:--------------:|:-----------:|:----------:|:------:|
| Connections | W | R | W | R | R | R | | | | R | R | |
| Credentials | W | W | W | W | R | W | | | | R | R | |
| Custom env. variables | W | W | W | W | W | W | R | | | R | W | |
| Custom env. variables | W | W | W | W | W | W | R | | | R | W | |
| dbt adapters | W | W | W | W | R | W | | | | R | R | |
| Develop (IDE) | W | W | | W | | | | | | | | |
| Environments | W | R | R | R | R | W | R | | | R | R | |
| Groups | R | | R | R | R | | | | | R | R | |
| Jobs | W | R | R | W | R | W | R | | | R | R | |
| Licenses | W | R | R | R | R | R | R | | | | R | |
| Metadata | R | R | R | R | R | R | R | R | | R | R | |
| Permissions | W | | R | R | R | | | | | | W | |
| Profile | W | R | W | R | R | R | | | | R | R | |
Expand Down

0 comments on commit e38dce8

Please sign in to comment.