Skip to content

Commit df5064c

Browse files
committed
Update version supported by re_data
1 parent 1117254 commit df5064c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-db-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@ jobs:
139139
working-directory: ./integration_tests
140140
run: |
141141
pip install -r requirements.txt
142-
pip install dbt-${{ matrix.database }}==1.4.0
142+
pip install dbt-${{ matrix.database }}==1.5.0
143143
dbt deps
144144
dbt run-operation drop_all_schemas --args "{ schema_name: ${{ env.DQ_SCHEMA }} }" --profile re_data_${{ matrix.database }} --vars "{ source_schema: ${{ env.DQ_SCHEMA }} }"

dbt_project.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "re_data"
2-
version: "0.10.7"
2+
version: "0.10.8"
33
config-version: 2
44

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

77
profile: "re_data_postgres"
88

0 commit comments

Comments
 (0)