Skip to content

Commit

Permalink
added full refresh to seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhopper-dataengineers committed Mar 30, 2023
1 parent c4bd5cd commit cd6e480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/dbt-apply/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ runs:
shell: pwsh
run: |
dbt compile --profiles-dir=${{ inputs.profiles-directory }} --target=${{ inputs.target }} --exclude tag:unit_test
dbt seed --profiles-dir=${{ inputs.profiles-directory }} --target=${{ inputs.target }}
dbt seed --profiles-dir=${{ inputs.profiles-directory }} --target=${{ inputs.target }} --full-refresh
if(Test-Path -Path ".\manifest.json" -PathType Leaf) {
echo " ==> Previous Manifest file found, running dbt run for unit tests"
dbt run -s state:modified --defer --state . --profiles-dir=${{ inputs.profiles-directory }} --target=${{ inputs.target }}
Expand Down

0 comments on commit cd6e480

Please sign in to comment.