Skip to content

Commit

Permalink
update tested dbt version
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszklimek committed May 5, 2022
1 parent f6df160 commit e42aca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-db-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
working-directory: ./integration_tests
run: |
pip install -r requirements.txt
pip install dbt-${{ matrix.database }}==1.0.0
pip install dbt-${{ matrix.database }}==1.1.0
dbt deps
- name: Drop schemas
Expand Down Expand Up @@ -139,6 +139,6 @@ jobs:
working-directory: ./integration_tests
run: |
pip install -r requirements.txt
pip install dbt-${{ matrix.database }}==1.0.0
pip install dbt-${{ matrix.database }}==1.1.0
dbt deps
dbt run-operation drop_all_schemas --args "{ schema_name: ${{ env.DQ_SCHEMA }} }" --profile re_data_${{ matrix.database }} --vars "{ source_schema: ${{ env.DQ_SCHEMA }} }"
4 changes: 2 additions & 2 deletions integration_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==6.2.5
pyyaml==6.0
dbt-core==1.0.2
dbt-postgres==1.0.2
dbt-core==1.1.0
dbt-postgres==1.1.0

0 comments on commit e42aca8

Please sign in to comment.