File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.3 .0
52+ pip install dbt-${{ matrix.database }}==1.4 .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.3 .0
142+ pip install dbt-${{ matrix.database }}==1.4 .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 11pytest == 6.2.5
22pyyaml == 6.0
3- dbt-core == 1.3 .0
4- dbt-postgres == 1.3 .0
3+ dbt-core == 1.4 .0
4+ dbt-postgres == 1.4 .0
You can’t perform that action at this time.
0 commit comments