Skip to content
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

Enhancing existing tables #6482

Merged
merged 5 commits into from
Nov 29, 2024
Merged
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
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 @@ -61,8 +61,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 @@

| 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 |

Check warning on line 55 in website/docs/docs/cloud/manage-access/self-service-permissions.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/cloud/manage-access/self-service-permissions.md#L55

[custom.UIElements] UI elements like 'Account settings' should be bold.
Raw output
{"message": "[custom.UIElements] UI elements like 'Account settings' should be bold.", "location": {"path": "website/docs/docs/cloud/manage-access/self-service-permissions.md", "range": {"start": {"line": 55, "column": 3}}}, "severity": "WARNING"}
| 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 | - |


Loading