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
  • Loading branch information
runleonarun authored Oct 25, 2024
1 parent e1890ca commit 1d6cb87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ We do not yet have a PySpark API to set tblproperties at table creation, so this

### Python submission methods

As of 1.9 (or versionless if you're on dbt Cloud), there are four options for `submission_method`:
In dbt v1.9 and higher, or in [Versionless](/docs/dbt-versions/versionless-cloud) dbt Cloud, you can use these four options for `submission_method`:

Check warning on line 72 in website/docs/reference/resource-configs/databricks-configs.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [custom.Typos] Oops there's a typo -- did you really mean 'v1.9'? Raw Output: {"message": "[custom.Typos] Oops there's a typo -- did you really mean 'v1.9'? ", "location": {"path": "website/docs/reference/resource-configs/databricks-configs.md", "range": {"start": {"line": 72, "column": 8}}}, "severity": "WARNING"}

* `all_purpose_cluster`: execute the python model either directly using the [command api](https://docs.databricks.com/api/workspace/commandexecution) or by uploading a notebook and creating a one-off job run
* `job_cluster`: creates a new job cluster to execute an uploaded notebook as a one-off job run
Expand Down

0 comments on commit 1d6cb87

Please sign in to comment.