forked from dbt-labs/docs.getdbt.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,6 @@ The required fields for setting up a Starburst Enterprise, Starburst Galaxy, and | |
| **Host** | The hostname of your Starburst Enterprise, Starburst Galaxy, or Trino cluster. Don't include the HTTP protocol. | `mycluster.mydomain.com` | | ||
| **Port** | The port to connect to for your Starburst Enterprise, Starburst Galaxy or Trino cluster. By default, it's 443 for TLS enabled clusters. | `443` | | ||
| **User** | The username (of the account) to log in to your Starburst Enterprise, Starburst Galaxy, or Trino cluster. The user must have permissions to create and drop tables. When connecting to Starburst Galaxy clusters, you must include the role of the user as a suffix to the username (for example, `*/dbt_user`).<br/><br/>NOTE: When connecting to a Starburst Enterprise cluster with built-in access controls enabled, you will not be able to provide the role as a suffix to the username, so the default role for the provided username will be used. | For Starburst Enterprise or Trino: <br/> <ul><li>`user.name`</li><li>`[email protected]`</li></ul><br/>For Starburst Galaxy:<br/> <ul><li>`[email protected]/role`</li></ul> | | ||
| **Password** | The password for the provided username. | | | ||
| **Password** | The user's password. | | | ||
| **Database** | The name of a catalog in your Starburst Enterprise, Starburst Galaxy, or Trino cluster. The user must have read/write access to this catalog. The selection you make doesn't limit the data you can access through dbt to the specified catalog in Starburst/Trino. It's only used for the initial connection to your cluster. | `my_postgres_catalog` | | ||
| **Schema** | The name of a schema in your Starburst Enterprise, Starburst Galaxy, or Trino cluster that exists within the specified catalog. The user must have read/write access to this schema. The selection you make doesn't limit the data you can access through dbt to the specified schema in Starburst/Trino. It's only used for the initial connection to your cluster. | `my_schema` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters