Skip to content

Commit

Permalink
Update version supported by re_data
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszklimek committed May 31, 2023
1 parent 1117254 commit df5064c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-db-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ jobs:
working-directory: ./integration_tests
run: |
pip install -r requirements.txt
pip install dbt-${{ matrix.database }}==1.4.0
pip install dbt-${{ matrix.database }}==1.5.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 dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "re_data"
version: "0.10.7"
version: "0.10.8"
config-version: 2

require-dbt-version: [">=1.0.0", "<1.5.0"]
require-dbt-version: [">=1.0.0", "<2.0.0"]

profile: "re_data_postgres"

Expand Down

0 comments on commit df5064c

Please sign in to comment.