Skip to content

Commit 000ab54

Browse files
minor edit and docs regen
1 parent 9b518f3 commit 000ab54

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ To use this dbt package, you must have the following:
2525
- At least one Fivetran Pendo connector syncing data into your destination.
2626
- A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, or **Databricks** destination.
2727

28+
### Databricks Additional Configuration
29+
If you are using a Databricks destination with this package you will need to add the below (or a variation of the below) dispatch configuration within your root `dbt_project.yml`. This is required in order for the package to accurately search for macros within the `dbt-labs/spark_utils` then the `dbt-labs/dbt_utils` packages respectively.
30+
```yml
31+
dispatch:
32+
- macro_namespace: dbt_utils
33+
search_order: ['spark_utils', 'dbt_utils']
34+
```
2835
## Step 2: Install the package
2936
Include the following pendo_source package version in your `packages.yml` file.
3037
> TIP: Check [dbt Hub](https://hub.getdbt.com/) for the latest installation instructions or [read the dbt docs](https://docs.getdbt.com/docs/package-management) for more information on installing packages.
@@ -113,6 +120,9 @@ packages:
113120
114121
- package: dbt-labs/dbt_utils
115122
version: [">=1.0.0", "<2.0.0"]
123+
124+
- package: dbt-labs/spark_utils
125+
version: [">=0.3.0", "<0.4.0"]
116126
```
117127

118128
# 🙌 How is this package maintained and can I contribute?

docs/catalog.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/run_results.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)