Skip to content

Commit

Permalink
Add public preview banner
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi-ly committed Mar 29, 2023
1 parent d28b5d7 commit 6773cf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ In this quickstart guide, you'll learn how to use dbt Cloud with [Starburst Gala
- Document your models.
- Schedule a job to run.

:::tip Public Preview
The Starburst (Trino) connection in dbt Cloud is currently available in Public Preview. Preview features are stable and can be considered for production deployments, but there might still be some planned additions and modifications to product behavior before moving to General Availability. For details, you can learn more about [dbt Product lifecycles](/docs/dbt-versions/product-lifecycles).
:::

:::tip Videos for you
You can check out [dbt Fundamentals](https://courses.getdbt.com/courses/fundamentals) for free if you're interested in course learning with videos.

Expand Down

0 comments on commit 6773cf3

Please sign in to comment.