Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add more context to ent permissions table #5751

Merged
merged 19 commits into from
Jul 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
ff07d09
add additional context
mirnawong1 Jul 8, 2024
3247065
Update _enterprise-permissions-table.md
mirnawong1 Jul 8, 2024
061d618
Update _enterprise-permissions-table.md
mirnawong1 Jul 8, 2024
fb167ea
Update _enterprise-permissions-table.md
mirnawong1 Jul 8, 2024
185da94
Merge branch 'current' into update/enterprise-permissions-table
mirnawong1 Jul 9, 2024
e8e1d32
Merge branch 'current' into update/enterprise-permissions-table
mirnawong1 Jul 9, 2024
e163fd4
clarify
mirnawong1 Jul 9, 2024
b5210d4
Merge branch 'update/enterprise-permissions-table' of https://github.…
mirnawong1 Jul 9, 2024
a91eb22
Update _enterprise-permissions-table.md
mirnawong1 Jul 9, 2024
8ba013a
Merge branch 'current' into update/enterprise-permissions-table
mirnawong1 Jul 9, 2024
88b53f2
Merge branch 'current' into update/enterprise-permissions-table
mirnawong1 Jul 9, 2024
816525f
Merge branch 'current' into update/enterprise-permissions-table
mirnawong1 Jul 10, 2024
b3a148f
Merge branch 'current' into update/enterprise-permissions-table
mirnawong1 Jul 12, 2024
0759117
Merge branch 'current' into update/enterprise-permissions-table
mirnawong1 Jul 16, 2024
1b063b5
Merge branch 'current' into update/enterprise-permissions-table
mirnawong1 Jul 17, 2024
c896741
Merge branch 'current' into update/enterprise-permissions-table
mirnawong1 Jul 23, 2024
caf2f71
Merge branch 'current' into update/enterprise-permissions-table
mirnawong1 Jul 23, 2024
20e9111
Merge branch 'current' into update/enterprise-permissions-table
mirnawong1 Jul 25, 2024
c338a60
Merge branch 'current' into update/enterprise-permissions-table
mirnawong1 Jul 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions website/snippets/_enterprise-permissions-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Account roles enable you to manage the dbt Cloud account and manage the account
|Project-level permission | Account Admin | Billing admin | Project creator | Security admin | Viewer |
mirnawong1 marked this conversation as resolved.
Show resolved Hide resolved
|:-------------------------|:-------------:|:-------------:|:---------------:|:--------------:|:------:|
| Connections | W | | W | | R |
| Credentials | W | | W | | R |
| Environment credentials | W | | W | | R |
mirnawong1 marked this conversation as resolved.
Show resolved Hide resolved
| Custom env. variables | W | | W | | R |
| dbt adapters | W | | W | | R |
| Data platform config | W | | W | | R |
| Develop (IDE or dbt Cloud CLI) | W | | W | | |
| Environments | W | | W | | R |
| Jobs | W | | W | | R |
Expand All @@ -47,7 +47,7 @@ Account roles enable you to manage the dbt Cloud account and manage the account
| 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 Down Expand Up @@ -75,9 +75,9 @@ The project roles enable you to work within the projects in various capacities.
|Project-level permission | Admin | Analyst | Database admin | Developer | Git Admin | Job admin | Job runner | Job viewer | Metadata <br></br> (Discovery API only) | Semantic Layer | Stakeholder | Team admin | Webhook |
|--------------------------|:-----:|:-------:|:--------------:|:---------:|:---------:|:---------:|:-----------:|:-----------:|:--------:|:--------------:|:-----------:|:----------:|:-------:|
| Connections | W | R | W | R | R | R | | | | | R | R | |
mirnawong1 marked this conversation as resolved.
Show resolved Hide resolved
| Credentials | W | W | W | W | R | W | | | | | R | R | |
| Environment credentials | W | W | W | W | R | W | | | | | R | R | |
| Custom env. variables | W | W | W | W | W | W | | R | | | R | W | |
| dbt adapters | W | W | W | W | R | W | | | | | R | R | |
| Data platform config | W | W | W | W | R | W | | | | | R | R | |
| Develop <br />(IDE or dbt Cloud CLI) | W | W | | W | | | | | | | | | |
| Environments | W | R | R | R | R | W | | R | | | R | R | |
| Jobs | W | R | R | W | R | W | R | R | | | R | R | |
Expand Down
Loading