Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-kristin committed Aug 20, 2020
1 parent de6a409 commit d206978
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ In `dbt_project.yml`, you must then set the `unioning_multiple_destinations` var

This step is necessary because the `unioning_multiple_destinations` boolean enables the package's `union_source_tables()` macro to run and aggregate data across destination databases.

```yml
# dbt_project.yml
...
config-version: 2
vars:
fivetran_log:
unioning_multiple_destinations: True
```

#### 3. Declare sources in `src_fivetran_log.yml`
Finally, you will need to define each destination as a separate source in `src_fivetran_log.yml`. The package already comes with:
1. A fully-defined source that runs on your target database and `fivetran_log` schema by default
Expand Down

0 comments on commit d206978

Please sign in to comment.