Fix typo in DBT template (#1498)

## Changes

Found in https://github.com/databricks/bundle-examples/pull/26.

## Tests

n/a
This commit is contained in:
Pieter Noordhuis 2024-06-17 17:56:49 +02:00 committed by GitHub
parent 8d658589ed
commit 533d357a71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ target-specific settings. Read more about dbt profiles on Databricks at
https://docs.databricks.com/en/workflows/jobs/how-to/use-dbt-in-workflows.html#advanced-run-dbt-with-a-custom-profile. https://docs.databricks.com/en/workflows/jobs/how-to/use-dbt-in-workflows.html#advanced-run-dbt-with-a-custom-profile.
The target workspaces for staging and prod are defined in databricks.yml. The target workspaces for staging and prod are defined in databricks.yml.
You can manaully deploy based on these configurations (see below). You can manually deploy based on these configurations (see below).
Or you can use CI/CD to automate deployment. See Or you can use CI/CD to automate deployment. See
https://docs.databricks.com/dev-tools/bundles/ci-cd.html for documentation https://docs.databricks.com/dev-tools/bundles/ci-cd.html for documentation
on CI/CD setup. on CI/CD setup.