From 533d357a71b32a4d616d98dc4bef9d552baaf531 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Mon, 17 Jun 2024 17:56:49 +0200 Subject: [PATCH] Fix typo in DBT template (#1498) ## Changes Found in https://github.com/databricks/bundle-examples/pull/26. ## Tests n/a --- .../templates/dbt-sql/template/{{.project_name}}/README.md.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/template/templates/dbt-sql/template/{{.project_name}}/README.md.tmpl b/libs/template/templates/dbt-sql/template/{{.project_name}}/README.md.tmpl index d46b61f7..dbf8a8d8 100644 --- a/libs/template/templates/dbt-sql/template/{{.project_name}}/README.md.tmpl +++ b/libs/template/templates/dbt-sql/template/{{.project_name}}/README.md.tmpl @@ -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. 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 https://docs.databricks.com/dev-tools/bundles/ci-cd.html for documentation on CI/CD setup.