From 2ed2acc078e1a3bf5221295092f6234c844d3c02 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Fri, 20 Jan 2023 15:29:19 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01449f4..584cb73 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To use this dbt package, you must have the following: - A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, or **Databricks** destination. ### Databricks Dispatch Configuration -If you are using a Databricks destination with this package, you will need to add the following dispatch configuration (or its variation) within your `dbt_project.yml`. This is necessary to ensure that this package searches for macros in the `dbt-labs/spark_utils` package before searching the `dbt-labs/dbt_utils` package. +If you are using a Databricks destination with this package, you will need to add the following dispatch configuration (or a variation) within your `dbt_project.yml`. This is necessary to ensure that this package searches for macros in the `dbt-labs/spark_utils` package before searching the `dbt-labs/dbt_utils` package. ```yml dispatch: - macro_namespace: dbt_utils