We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1117254 commit df5064cCopy full SHA for df5064c
.github/workflows/run-db-tests.yml
@@ -139,6 +139,6 @@ jobs:
139
working-directory: ./integration_tests
140
run: |
141
pip install -r requirements.txt
142
- pip install dbt-${{ matrix.database }}==1.4.0
+ pip install dbt-${{ matrix.database }}==1.5.0
143
dbt deps
144
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
@@ -1,8 +1,8 @@
1
name: "re_data"
2
-version: "0.10.7"
+version: "0.10.8"
3
config-version: 2
4
5
-require-dbt-version: [">=1.0.0", "<1.5.0"]
+require-dbt-version: [">=1.0.0", "<2.0.0"]
6
7
profile: "re_data_postgres"
8
0 commit comments