Skip to content

Commit

Permalink
Update set-up-your-databricks-dbt-project.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amychen1776 authored Dec 11, 2023
1 parent 297ea3f commit 1e38c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/set-up-your-databricks-dbt-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Let’s [create a Databricks SQL warehouse](https://docs.databricks.com/sql/admi
5. Click *Create*
6. Configure warehouse permissions to ensure our service principal and developer have the right access.

We are not covering python in this post but if you want to learn more, check out these [docs](https://docs.getdbt.com/docs/build/python-models#specific-data-platforms). Depending on your workload, you may wish to create a larger SQL Warehouse for production workflows while having a smaller development SQL Warehouse (if you’re not using Serverless SQL Warehouses).
We are not covering python in this post but if you want to learn more, check out these [docs](https://docs.getdbt.com/docs/build/python-models#specific-data-platforms). Depending on your workload, you may wish to create a larger SQL Warehouse for production workflows while having a smaller development SQL Warehouse (if you’re not using Serverless SQL Warehouses). As your project grows, you might wish to apply (compute per model configurations)[/resource-configs/databricks-configs#specifying-the-compute-for-models]

## Configure your dbt project

Expand Down

0 comments on commit 1e38c0e

Please sign in to comment.