Skip to content

Commit

Permalink
Enhancing existing tables
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Nov 14, 2024
1 parent 53df291 commit 0f65491
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following are the required fields for setting up a connection with a [Starbu
| **Host** | The hostname of your cluster. Don't include the HTTP protocol prefix. | `mycluster.mydomain.com` |
| **Port** | The port to connect to your cluster. By default, it's 443 for TLS enabled clusters. | `443` |
| **User** | The username (of the account) to log in to your cluster. When connecting to Starburst Galaxy clusters, you must include the role of the user as a suffix to the username.<br/><br/> | Format for Starburst Enterprise or Trino depends on your configured authentication method. <br/>Format for Starburst Galaxy:<br/> <ul><li>`[email protected]/role`</li></ul> |
| **Password** | The user's password. | |
| **Password** | The user's password. | - |
| **Database** | The name of a catalog in your cluster. | `example_catalog` |
| **Schema** | The name of a schema that exists within the specified catalog.  | `example_schema` |

Expand Down
4 changes: 2 additions & 2 deletions website/docs/docs/cloud/git/connect-gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ In GitLab, when creating your Group Application, input the following:
| ------ | ----- |
| **Name** | dbt Cloud |
| **Redirect URI** | `https://YOUR_ACCESS_URL/complete/gitlab` |
| **Confidential** | ✔️ |
| **Scopes** | ✔️ api |
| **Confidential** | |
| **Scopes** | api |

Replace `YOUR_ACCESS_URL` with the [appropriate Access URL](/docs/cloud/about-cloud/access-regions-ip-addresses) for your region and plan.

Expand Down
46 changes: 23 additions & 23 deletions website/docs/docs/cloud/manage-access/self-service-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,33 +52,33 @@ The following tables outline the access that users have if they are assigned a D

| Account-level permission| Owner | Member | Read-only license| IT license |
|:------------------------|:-----:|:------:|:----------------:|:------------:|
| Account settings | W | W | | W |
| Billing | W | | | W |
| Invitations | W | W | | W |
| Licenses | W | R | | W |
| Users | W | R | | W |
| Project (create) | W | W | | W |
| Connections | W | W | | W |
| Service tokens | W | | | W |
| Webhooks | W | W | | |
| Account settings | W | W | - | W |
| Billing | W | - | - | W |
| Invitations | W | W | - | W |
| Licenses | W | R | - | W |
| Users | W | R | - | W |
| Project (create) | W | W | - | W |
| Connections | W | W | - | W |
| Service tokens | W | - | - | W |
| Webhooks | W | W | - | - |

#### Project permissions for account roles

|Project-level permission | Owner | Member | Read-only | IT license |
|:------------------------|:-----:|:-------:|:---------:|:----------:|
| Adapters | W | W | R | |
| Connections | W | W | R | |
| Credentials | W | W | R | |
| Custom env. variables | W | W | R | |
| Develop (IDE or dbt Cloud CLI)| W | W | | |
| Environments | W | W | R | |
| Jobs | W | W | R | |
| dbt Explorer | W | W | R | |
| Permissions | W | R | | |
| Profile | W | W | R | |
| Projects | W | W | R | |
| Repositories | W | W | R | |
| Runs | W | W | R | |
| Semantic Layer Config | W | W | R | |
| Adapters | W | W | R | - |
| Connections | W | W | R | - |
| Credentials | W | W | R | - |
| Custom env. variables | W | W | R | - |
| Develop (IDE or dbt Cloud CLI)| W | W | - | - |
| Environments | W | W | R | - |
| Jobs | W | W | R | - |
| dbt Explorer | W | W | R | - |
| Permissions | W | R | - | - |
| Profile | W | W | R | - |
| Projects | W | W | R | - |
| Repositories | W | W | R | - |
| Runs | W | W | R | - |
| Semantic Layer Config | W | W | R | - |


0 comments on commit 0f65491

Please sign in to comment.