Skip to content

Commit

Permalink
add how to disable transformation models
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-jamie committed Sep 16, 2020
1 parent cc7684b commit d6f7205
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ sources:
> 4. In the unioned table, store the record's source's *database* as `destination_database`

## Additional Configuration
If you have never created Fivetran-orchestrated transformations, your source data will not contain the `transformation` and `trigger_table` tables. In this case, the package will still create transformation models, but they will be completely empty. If you do not want these empty tables in your warehouse, add the following configuration to your `dbt_project.yml` file to disable these models:
If you have never created Fivetran-orchestrated transformations, your source data will not contain the `transformation` and `trigger_table` tables. In this case, the package will still create transformation models, but they will be completely empty.

If you do not want these empty tables in your warehouse, add the following configuration to your `dbt_project.yml` file to disable these models:

```yml
# dbt_project.yml
Expand Down

0 comments on commit d6f7205

Please sign in to comment.