Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
clausherther committed May 4, 2021
1 parent 444e1d3 commit ad83cf0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ packages:

Note: we no longer include `spark_utils` in this package to avoid versioning conflicts. If you are running this package on non-core (Snowflake, BigQuery, Redshift, Postgres) platforms, you will need to use a package like `spark_utils` to shim macros.

For example, in `dbt_project.yml`:
For example, in `packages.yml`, you will need to include the relevant package:

```yaml
- package: fishtown-analytics/spark_utils
version: <latest or range>
```
And reference in the dispatch list for `dbt_utils` in `dbt_project.yml`:
```yaml
vars:
dbt_utils_dispatch_list: [spark_utils]
Expand Down

0 comments on commit ad83cf0

Please sign in to comment.