-
Notifications
You must be signed in to change notification settings - Fork 977
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
Update _enterprise-permissions-table.md #4728
Conversation
Fixed project permissions at the project level
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -84,7 +84,7 @@ The project roles enable you to work within the projects in various capacities. | |||
| 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 | | | |||
| Projects | W | W | W | W | W | R | R | | | R | W | | | |||
| Projects | W | R | R | R | R | R | R | | | R | R | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in dbt-cloud code, what I see is Admin
, Database Admin
, Git Admin
, and Team Admin
all have Project write permission
hi team, does this PR still need work? or is it good to merge once the conflicts are fixed? |
hey @BrJan and @aaronbini - wanted to follow up on this pr and see if it's still needed? |
@mirnawong1 yes we should get this reviewed and merged. I added the lates commit, so I shouldn't really review it at this point, will add my team as reviewers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They don't have project_write
but they do have project_develop
updating per convo [here](https://dbt-labs.slack.com/archives/C02NCQ9483C/p1712854127875899?thread_ts=1712853013.373529&cid=C02NCQ9483C) w @matthewshaver who addressed my [explicit question](https://dbt-labs.slack.com/archives/C02NCQ9483C/p1712853596648079?thread_ts=1712853013.373529&cid=C02NCQ9483C)
merging pr per convohere w @matthewshaver who addressed my explicit question |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
Fixed project permissions at the project level. Specifically, the docs show
Analyst
andDeveloper
as havingprojects_write
, but they only haveprojects_read
What are you changing in this pull request and why?
Checklist
Adding or removing pages (delete if not applicable):
website/sidebars.js
website/static/_redirects
npm run build
to update the links that point to deleted pages