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