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.
Merge branch 'current' into Tonayya-patch-1
- Loading branch information
Showing
17 changed files
with
731 additions
and
13 deletions.
There are no files selected for viewing
708 changes: 708 additions & 0 deletions
708
website/blog/2023-04-18-building-a-kimball-dimensional-model-with-dbt.md
Large diffs are not rendered by default.
Oops, something went wrong.
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
16 changes: 8 additions & 8 deletions
16
website/docs/docs/cloud/connect-data-platform/connect-starburst-trino.md
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 |
---|---|---|
@@ -1,21 +1,21 @@ | ||
--- | ||
title: "Connect Starburst/Trino" | ||
description: "Configure Starburst/Trino connection." | ||
sidebar_label: "Connect Starburst/Trino" | ||
title: "Connect Starburst or Trino" | ||
description: "Configure Starburst or Trino connection." | ||
sidebar_label: "Connect Starburst or Trino" | ||
--- | ||
|
||
The following are the required fields for setting up a connection with Starburst Enterprise, Starburst Galaxy, and Trino cluster. Unless specified, "cluster" will mean any of these products' clusters. | ||
The following are the required fields for setting up a connection with a [Starburst Enterprise](https://docs.starburst.io/starburst-enterprise/index.html), [Starburst Galaxy](https://docs.starburst.io/starburst-galaxy/index.html), or [Trino](https://trino.io/) cluster. Unless specified, "cluster" means any of these products' clusters. | ||
|
||
| Field | Description | Examples | | ||
| --- | --- | --- | | ||
| **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: <br/> <ul><li>`user.name`</li><li>`[email protected]`</li></ul><br/>Format for Starburst Galaxy:<br/> <ul><li>`[email protected]/role`</li></ul> | | ||
| **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. | | | ||
| **Database** | The name of a catalog in your cluster. | `my_postgres_catalog` | | ||
| **Schema** | The name of a schema in your cluster that exists within the specified catalog. | `my_schema` | | ||
| **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` | | ||
|
||
## Roles in Starburst Enterprise | ||
## Roles in Starburst Enterprise | ||
|
||
<Snippet src="connect-starburst-trino/roles-starburst-enterprise" /> | ||
|
||
|
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
2 changes: 1 addition & 1 deletion
2
website/snippets/connect-starburst-trino/roles-starburst-enterprise.md
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[comment: For context, the section title used for this snippet is "Roles in Starburst Enterprise" ]: # | ||
|
||
When connecting to a Starburst Enterprise cluster with built-in access controls enabled, you won't be able to provide the role as a suffix to the username, so the default role for the provided username will be used instead. | ||
If connecting to a Starburst Enterprise cluster with built-in access controls enabled, you can't add the role as a suffix to the username, so the default role for the provided username is used instead. |
Binary file added
BIN
+72.2 KB
...4-18-building-a-kimball-dimensional-model-with-dbt/3nf-to-dimensional-model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+190 KB
.../blog/2023-04-18-building-a-kimball-dimensional-model-with-dbt/conversation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+444 KB
...log/2023-04-18-building-a-kimball-dimensional-model-with-dbt/data-modelling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+78.9 KB
...c/img/blog/2023-04-18-building-a-kimball-dimensional-model-with-dbt/dbt-dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+64.7 KB
...g/2023-04-18-building-a-kimball-dimensional-model-with-dbt/dimension-tables.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+30.3 KB
...img/blog/2023-04-18-building-a-kimball-dimensional-model-with-dbt/fct_sales.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+148 KB
...-18-building-a-kimball-dimensional-model-with-dbt/sales-order-header-detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+412 KB
...g/2023-04-18-building-a-kimball-dimensional-model-with-dbt/snowflake-schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+797 KB
...blog/2023-04-18-building-a-kimball-dimensional-model-with-dbt/source-schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+394 KB
...g/blog/2023-04-18-building-a-kimball-dimensional-model-with-dbt/star-schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+596 KB
...blog/2023-04-18-building-a-kimball-dimensional-model-with-dbt/target-schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.