Skip to content

Commit

Permalink
Stop source models from accidentally being full-refreshsed (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Devlin authored Oct 4, 2022
1 parent 19bce85 commit 3a62bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ models:
sources:
+materialized: incremental
+on_schema_change: append_new_columns
+full_refresh: false

0 comments on commit 3a62bd8

Please sign in to comment.