Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions .changes/unreleased/Changes-20260522-172253.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Changes
body: Allow `notification_manager` as a `permission_set` value on `dbtcloud_group`, `dbtcloud_group_partial_permissions`, `dbtcloud_scim_group_permissions`, `dbtcloud_scim_group_partial_permissions`, and `dbtcloud_service_token` (resolves #692)
time: 2026-05-22T17:22:53.000000+00:00
1 change: 1 addition & 0 deletions docs/resources/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The mapping of permission names [from the docs](https://docs.getdbt.com/docs/clo
|Manage marketplace apps | manage_marketplace_apps|
|Member | member|
|Metadata Only | metadata_only|
|Notification Manager | notification_manager|
|Owner | owner|
|Project Creator | project_creator|
|Read-Only | readonly|
Expand Down
1 change: 1 addition & 0 deletions docs/resources/service_token.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The mapping of permission names [from the docs](https://docs.getdbt.com/docs/clo
|Manage marketplace apps | manage_marketplace_apps|
|Member | member|
|Metadata Only | metadata_only|
|Notification Manager | notification_manager|
|Owner | owner|
|Project Creator | project_creator|
|Read-Only | readonly|
Expand Down
1 change: 1 addition & 0 deletions pkg/dbt_cloud/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ var (
"cost_management_viewer",
"cost_management_admin",
"manage_marketplace_apps",
"notification_manager",
}
)

Expand Down
1 change: 1 addition & 0 deletions templates/resources/group.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The mapping of permission names [from the docs](https://docs.getdbt.com/docs/clo
|Manage marketplace apps | manage_marketplace_apps|
|Member | member|
|Metadata Only | metadata_only|
|Notification Manager | notification_manager|
|Owner | owner|
|Project Creator | project_creator|
|Read-Only | readonly|
Expand Down
1 change: 1 addition & 0 deletions templates/resources/service_token.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The mapping of permission names [from the docs](https://docs.getdbt.com/docs/clo
|Manage marketplace apps | manage_marketplace_apps|
|Member | member|
|Metadata Only | metadata_only|
|Notification Manager | notification_manager|
|Owner | owner|
|Project Creator | project_creator|
|Read-Only | readonly|
Expand Down
Loading