From 264443ca37018c82d238ed1738fa6af8eaa43337 Mon Sep 17 00:00:00 2001 From: nataliefiann <120089939+nataliefiann@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:05:51 +0100 Subject: [PATCH] updated DB multi-cell link (#5888) ## What are you changing in this pull request and why? - [ ] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [ ] For [docs versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning), review how to [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content). - [ ] Add a checklist item for anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch." Adding or removing pages (delete if not applicable): - [ ] Add/remove page in `website/sidebars.js` - [ ] Provide a unique filename for new pages - [ ] Add an entry for deleted pages in `website/vercel.json` - [ ] Run link testing locally with `npm run build` to update the links that point to deleted pages --------- Co-authored-by: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> --- .../docs/docs/cloud/manage-access/set-up-databricks-oauth.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/docs/cloud/manage-access/set-up-databricks-oauth.md b/website/docs/docs/cloud/manage-access/set-up-databricks-oauth.md index 8bc9a7833ad..e5c42c3fa59 100644 --- a/website/docs/docs/cloud/manage-access/set-up-databricks-oauth.md +++ b/website/docs/docs/cloud/manage-access/set-up-databricks-oauth.md @@ -31,12 +31,12 @@ To get started, you will need to [add dbt as an OAuth application](https://docs. - The refresh token time-to-live (TTL) in minutes. Default: 10080. 4. Select **Generate a client secret**. Copy and securely store the client secret. The client secret will not be available later. -You can use the following table to set up the redirect URLs for your application, replacing ACCOUNT_PREFIX with the cell 1 prefix for your region and INSTANCE_NAME with the custom name of your instance: +You can use the following table to set up the redirect URLs for your application with dbt Cloud: | Region | Redirect URLs | | ------ | ----- | | **US multi-tenant** | https://cloud.getdbt.com/callback
https://cloud.getdbt.com/complete/databricks | -| **US cell 1** | https://ACCOUNT_PREFIX.us1.dbt.com/callback
https://ACCOUNT_PREFIX.us1.dbt.com/complete/databricks | +| **US cell 1** | https://us1.dbt.com/callback
https://us1.dbt.com/complete/databricks | | **EMEA** | https://emea.dbt.com/callback
https://emea.dbt.com/complete/databricks | | **APAC** | https://au.dbt.com/callback
https://au.dbt.com/complete/databricks | | **Single tenant** | https://INSTANCE_NAME.getdbt.com/callback
https://INSTANCE_NAME.getdbt.com/complete/databricks