File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434 - name : Install dependencies and run
3535 run : |
36- pip install dbt-core==1.0.2
37- pip install dbt-postgres==1.0.2
36+ pip install dbt-core==1.3
37+ pip install dbt-postgres==1.3
3838 dbt deps
3939 dbt run
4040
Original file line number Diff line number Diff line change 4949 working-directory : ./integration_tests
5050 run : |
5151 pip install -r requirements.txt
52- pip install dbt-${{ matrix.database }}==1.1 .0
52+ pip install dbt-${{ matrix.database }}==1.3 .0
5353 dbt deps
5454
5555 - name : Drop schemas
@@ -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.1 .0
142+ pip install dbt-${{ matrix.database }}==1.3 .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 }} }"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: "re_data"
22version : " 0.10.4"
33config-version : 2
44
5- require-dbt-version : [">=1.0.0", "<1.3 .0"]
5+ require-dbt-version : [">=1.0.0", "<1.4 .0"]
66
77profile : " re_data_postgres"
88
Original file line number Diff line number Diff line change 11pytest == 6.2.5
22pyyaml == 6.0
3- dbt-core == 1.1 .0
4- dbt-postgres == 1.1 .0
3+ dbt-core == 1.3 .0
4+ dbt-postgres == 1.3 .0
You can’t perform that action at this time.
0 commit comments