Skip to content

Commit

Permalink
Merge branch 'current' into runleonarun-patch-8
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun authored Oct 18, 2023
2 parents 10fe1bc + 8244e2f commit d1b8790
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/docs/docs/cloud/about-cloud/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Some data warehouse providers offer advanced security features that can be lever

### Git sync

dbt Cloud can sync with a variety of git providers, including [Github](/docs/cloud/git/connect-github), [Gitlab](/docs/cloud/git/connect-gitlab), and [Azure DevOps](/docs/cloud/git/connect-azure-devops) within its integrated development environment ([IDE](/docs/cloud/dbt-cloud-ide/develop-in-the-cloud). Communication takes place over HTTPS rather than SSH and is protected using the TLS 1.2 protocol for data in transit.
dbt Cloud can sync with a variety of git providers, including [Github](/docs/cloud/git/connect-github), [Gitlab](/docs/cloud/git/connect-gitlab), and [Azure DevOps](/docs/cloud/git/connect-azure-devops) within its integrated development environment ([IDE](/docs/cloud/dbt-cloud-ide/develop-in-the-cloud)). Communication takes place over HTTPS rather than SSH and is protected using the TLS 1.2 protocol for data in transit.

The git repo information is stored on dbt Cloud servers to make it accessible during the IDE sessions. When the git sync is disabled, you must [contact support](mailto:[email protected]) to request the deletion of the synced data.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ The following roles and permission sets are available for assignment in dbt Clou

<Permissions feature={'/snippets/_enterprise-permissions-table.md'} />

## Diagram of the permission sets

<Lightbox src="/img/docs/dbt-cloud/dbt-cloud-enterprise/enterprise-permission-sets-diagram.png" title="Enterprise Permission Sets & Requirements."/>

## How to set up RBAC Groups in dbt Cloud

Role-Based Access Control (RBAC) is helpful for automatically assigning permissions to dbt admins based on their SSO provider group associations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ models:
- name: orders
columns:
- name: order_id
tests:
tags: [my_column_tag]
tests:
- unique

```
Expand Down
Binary file not shown.

0 comments on commit d1b8790

Please sign in to comment.