Skip to content

Commit

Permalink
Update website/docs/reference/resource-configs/databricks-configs.md
Browse files Browse the repository at this point in the history
Co-authored-by: Amy Chen <[email protected]>
  • Loading branch information
benc-db and amychen1776 authored Nov 30, 2023
1 parent 51ffdc2 commit 7389ad9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/docs/reference/resource-configs/databricks-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,14 @@ Each compute is keyed by a name which is used in the model definition/configurat
You need to use the same set of names for compute across your outputs, though you may supply different http_paths, allowing you to use different computes in different deployment scenarios.

:::
To configure this inside of dbt Cloud, use the [extended attributes feature](/docs/dbt-cloud-environments#extended-attributes-) on the desired environments. You can input them as such.

```yaml
compute:
Compute1:
http_path:[`/some/other/path']
Compute2:
http_path:[`/some/other/path']
### Specifying the compute for models

As with many other configuaration options, you can specify the compute for a model in multiple ways, using `databricks_compute`.
Expand Down

0 comments on commit 7389ad9

Please sign in to comment.