Skip to content

Commit 2baebad

Browse files
committed
full refresh seeds
1 parent 1c4ce3d commit 2baebad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-warehouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
if: inputs.warehouse-type == 'postgres' || inputs.generate-data
166166
run: |
167167
python generate_data.py
168-
dbt seed --target "${{ inputs.warehouse-type }}"
168+
dbt seed -f --target "${{ inputs.warehouse-type }}"
169169
170170
- name: Run e2e dbt project
171171
working-directory: ${{ env.E2E_DBT_PROJECT_DIR }}

0 commit comments

Comments
 (0)