diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index 6f29921..64beeea 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -33,8 +33,8 @@ jobs: - name: Install dependencies and run run: | - pip install dbt-core==1.0.2 - pip install dbt-postgres==1.0.2 + pip install dbt-core==1.3 + pip install dbt-postgres==1.3 dbt deps dbt run diff --git a/.github/workflows/run-db-tests.yml b/.github/workflows/run-db-tests.yml index 622b0b9..56623d6 100644 --- a/.github/workflows/run-db-tests.yml +++ b/.github/workflows/run-db-tests.yml @@ -49,7 +49,7 @@ jobs: working-directory: ./integration_tests run: | pip install -r requirements.txt - pip install dbt-${{ matrix.database }}==1.1.0 + pip install dbt-${{ matrix.database }}==1.3.0 dbt deps - name: Drop schemas @@ -139,6 +139,6 @@ jobs: working-directory: ./integration_tests run: | pip install -r requirements.txt - pip install dbt-${{ matrix.database }}==1.1.0 + pip install dbt-${{ matrix.database }}==1.3.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 }} }" \ No newline at end of file diff --git a/dbt_project.yml b/dbt_project.yml index ea0bb93..6728413 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -2,7 +2,7 @@ name: "re_data" version: "0.10.4" config-version: 2 -require-dbt-version: [">=1.0.0", "<1.3.0"] +require-dbt-version: [">=1.0.0", "<1.4.0"] profile: "re_data_postgres" diff --git a/integration_tests/requirements.txt b/integration_tests/requirements.txt index e1073e4..0fdd69d 100644 --- a/integration_tests/requirements.txt +++ b/integration_tests/requirements.txt @@ -1,4 +1,4 @@ pytest==6.2.5 pyyaml==6.0 -dbt-core==1.1.0 -dbt-postgres==1.1.0 +dbt-core==1.3.0 +dbt-postgres==1.3.0