Skip to content

Commit

Permalink
Remove unnecessary step from dbx orch guide
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes authored Dec 12, 2023
1 parent 2560cfb commit ce25eae
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ Using Databricks workflows to call the dbt Cloud job API can be useful for sever
- [Databricks CLI](https://docs.databricks.com/dev-tools/cli/index.html)
- **Note**: You only need to set up your authentication. Once you have set up your Host and Token and are able to run `databricks workspace ls /Users/<[email protected]>`, you can proceed with the rest of this guide.

## Configure Databricks workflows for dbt Cloud jobs

To use Databricks workflows for running dbt Cloud jobs, you need to perform the following steps:

- [Set up a Databricks secret scope](#set-up-a-databricks-secret-scope)
- [Create a Databricks Python notebook](#create-a-databricks-python-notebook)
- [Configure the workflows to run the dbt Cloud jobs](#configure-the-workflows-to-run-the-dbt-cloud-jobs)

## Set up a Databricks secret scope

1. Retrieve **[User API Token](https://docs.getdbt.com/docs/dbt-cloud-apis/user-tokens#user-api-tokens) **or **[Service Account Token](https://docs.getdbt.com/docs/dbt-cloud-apis/service-tokens#generating-service-account-tokens) **from dbt Cloud
Expand Down

0 comments on commit ce25eae

Please sign in to comment.