Skip to content

Commit

Permalink
Merge branch 'current' into net-new-snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Dec 3, 2024
2 parents a8760c4 + 75c062e commit 7dd144d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/docs/build/incremental-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Click the name of the adapter in the below table for more information about supp
| [dbt-redshift](/reference/resource-configs/redshift-configs#incremental-materialization-strategies) |||| ||
| [dbt-bigquery](/reference/resource-configs/bigquery-configs#merge-behavior-incremental-models) | || |||
| [dbt-spark](/reference/resource-configs/spark-configs#incremental-models) ||| |||
| [dbt-databricks](/reference/resource-configs/databricks-configs#incremental-models) ||| || |
| [dbt-databricks](/reference/resource-configs/databricks-configs#incremental-models) ||| || |
| [dbt-snowflake](/reference/resource-configs/snowflake-configs#merge-behavior-incremental-models) |||| ||
| [dbt-trino](/reference/resource-configs/trino-configs#incremental) |||| | |
| [dbt-fabric](/reference/resource-configs/fabric-configs#incremental) |||| | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following profile fields are always required except for `user`, which is als

| Field | Example | Description |
| --------- | ------- | ----------- |
| `host` | `mycluster.mydomain.com` | The hostname of your cluster.<br/><br/>Don't include the `http://` or `https://` prefix. |
| `host` | `mycluster.mydomain.com`<br/><br/>Format for Starburst Galaxy:<br/><ul><li>`mygalaxyaccountname-myclustername.trino.galaxy.starburst.io`</li></ul> | The hostname of your cluster.<br/><br/>Don't include the `http://` or `https://` prefix. |
| `database` | `my_postgres_catalog` | The name of a catalog in your cluster. |
| `schema` | `my_schema` | The name of a schema within your cluster's catalog. <br/><br/>It's _not recommended_ to use schema names that have upper case or mixed case letters. |
| `port` | `443` | The port to connect to your cluster. By default, it's 443 for TLS enabled clusters. |
Expand Down
2 changes: 1 addition & 1 deletion website/docs/docs/dbt-cloud-apis/user-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pagination_next: "docs/dbt-cloud-apis/service-tokens"

:::Warning

User API tokens have been deprecated and will no longer work. [Migrate](#migrate-from-user-api-keys-to-personal-access-tokens) to personal access tokens to resume services.
User API tokens have been deprecated and will no longer work. [Migrate](#migrate-deprecated-user-api-keys-to-personal-access-tokens) to personal access tokens to resume services.

:::

Expand Down

0 comments on commit 7dd144d

Please sign in to comment.