-
Notifications
You must be signed in to change notification settings - Fork 977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating Login URL Examples #4685
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
hey @matthewshaver , is this pr still being worked on? |
website/docs/guides/how-to-use-databricks-workflows-to-run-dbt-cloud-jobs.md
Outdated
Show resolved
Hide resolved
website/docs/guides/how-to-use-databricks-workflows-to-run-dbt-cloud-jobs.md
Outdated
Show resolved
Hide resolved
website/docs/guides/how-to-use-databricks-workflows-to-run-dbt-cloud-jobs.md
Outdated
Show resolved
Hide resolved
website/docs/guides/how-to-use-databricks-workflows-to-run-dbt-cloud-jobs.md
Outdated
Show resolved
Hide resolved
@mirnawong1 ready to address this one! |
@@ -40,6 +40,13 @@ Once you install the dbt Cloud CLI, you need to configure it to connect to a dbt | |||
|
|||
2. Save the `dbt_cloud.yml` file in the `.dbt` directory, which stores your dbt Cloud CLI configuration. Store it in a safe place as it contains API keys. Check out the [FAQs](#faqs) to learn how to create a `.dbt` directory and move the `dbt_cloud.yml` file. | |||
|
|||
- North America: https://YOUR_ACCESS_URL/cloud-cli |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i know we're in beta but should we also add the azure mt? we might need to think about a snippet or easier approach to the URLs maybe for the future?
@@ -85,7 +85,7 @@ In order to let dbt connect to your warehouse, you'll need to generate a keyfile | |||
3. Create a service account key for your new project from the [Service accounts page](https://console.cloud.google.com/iam-admin/serviceaccounts?walkthrough_id=iam--create-service-account-keys&start_index=1#step_index=1). For more information, refer to [Create a service account key](https://cloud.google.com/iam/docs/creating-managing-service-account-keys#creating) in the Google Cloud docs. When downloading the JSON file, make sure to use a filename you can easily remember. For example, `dbt-user-creds.json`. For security reasons, dbt Labs recommends that you protect this JSON file like you would your identity credentials; for example, don't check the JSON file into your version control software. | |||
|
|||
## Connect dbt Cloud to BigQuery | |||
1. Create a new project in [dbt Cloud](https://cloud.getdbt.com/). From **Account settings** (using the gear menu in the top right corner), click **+ New Project**. | |||
1. Create a new project in [dbt Cloud](/docs/cloud/about-cloud/access-regions-ip-addresses). From **Account settings** (using the gear menu in the top right corner), click **+ New Project**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great catch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! thank you for doing this @matthewshaver !
What are you changing in this pull request and why?
The access URLs will be unique per client/region and embedded links of the
cloud.getdbt.com
URL in our docs need to be updated to the generic YOUR_ACCESS_URL.URLs that link to a page in the dbt Cloud product, will be redirected to the Regions & IP Address page that will include instructions on how to find a clients URL.
This does not currently touch API pages, just /docs and /guides that link out to cloud.getdbt.com
Checklist