Skip to content

Commit

Permalink
Merge branch 'current' into split-tables
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver authored Oct 18, 2023
2 parents 1edd014 + 8244e2f commit c1d88f7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 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 @@ -94,7 +94,7 @@ Add this as a macro to your project. It takes 2 arguments that lets you control
```sql
{#
This macro finds PR schemas older than a set date and drops them
The maco defaults to 10 days old, but can be configued with the input argument age_in_days
The macro defaults to 10 days old, but can be configured with the input argument age_in_days
Sample usage with different date:
dbt run-operation pr_schema_cleanup --args "{'database_to_clean': 'analytics','age_in_days':'15'}"
#}
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 c1d88f7

Please sign in to comment.