Skip to content

Commit

Permalink
Update website/docs/guides/how-to-use-databricks-workflows-to-run-dbt…
Browse files Browse the repository at this point in the history
…-cloud-jobs.md
  • Loading branch information
matthewshaver authored Jul 30, 2024
1 parent e4f013a commit 45aa3dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if __name__ == '__main__':
4. Replace **`<YOUR_BASE_URL>`** and **`<YOUR_ACCOUNT_ID>`** with the correct values of your environment and [Access URL](/docs/cloud/about-cloud/access-regions-ip-addresses) for your region and plan.

* To find these values, navigate to **dbt Cloud**, select **Deploy -> Jobs**. Select the Job you want to run and copy the URL. For example: `https://YOUR_ACCESS_URL/deploy/000000/projects/111111/jobs/222222`
and therefore valid code would be:
and therefore valid code would be:

Your URL is structured `https://<YOUR_BASE_URL>/deploy/<YOUR_ACCOUNT_ID>/projects/<YOUR_PROJECT_ID>/jobs/<YOUR_JOB_ID>`
account_id = 000000
Expand Down

0 comments on commit 45aa3dc

Please sign in to comment.