We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4ce3d commit 2baebadCopy full SHA for 2baebad
.github/workflows/test-warehouse.yml
@@ -165,7 +165,7 @@ jobs:
165
if: inputs.warehouse-type == 'postgres' || inputs.generate-data
166
run: |
167
python generate_data.py
168
- dbt seed --target "${{ inputs.warehouse-type }}"
+ dbt seed -f --target "${{ inputs.warehouse-type }}"
169
170
- name: Run e2e dbt project
171
working-directory: ${{ env.E2E_DBT_PROJECT_DIR }}
0 commit comments