From 3c505dec1b0d7612b0fbd4aabedbea0274e62e3e Mon Sep 17 00:00:00 2001 From: McKnight-42 Date: Thu, 25 Jul 2024 15:48:55 -0500 Subject: [PATCH 1/2] pinning to v1.3.2 allows all tests to pass --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a2a76eb52..95fbb813b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,8 +1,8 @@ # install latest changes in dbt-core # TODO: how to automate switching from develop to version branches? git+https://github.com/dbt-labs/dbt-core.git@1.8.latest#egg=dbt-core&subdirectory=core -git+https://github.com/dbt-labs/dbt-adapters.git -git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter +git+https://github.com/dbt-labs/dbt-adapters.git@v1.3.2 +git+https://github.com/dbt-labs/dbt-adapters.git@v1.3.2#subdirectory=dbt-tests-adapter # if version 1.x or greater -> pin to major version # if version 0.x -> pin to minor From 1987d1f9eccabb98a1a5bb3e4c0701d36b947573 Mon Sep 17 00:00:00 2001 From: McKnight-42 Date: Thu, 25 Jul 2024 16:40:47 -0500 Subject: [PATCH 2/2] removing ponter to 1.8.latest for dbt-core --- dev-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 95fbb813b..6f4fd46ae 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,8 +1,8 @@ # install latest changes in dbt-core # TODO: how to automate switching from develop to version branches? -git+https://github.com/dbt-labs/dbt-core.git@1.8.latest#egg=dbt-core&subdirectory=core -git+https://github.com/dbt-labs/dbt-adapters.git@v1.3.2 -git+https://github.com/dbt-labs/dbt-adapters.git@v1.3.2#subdirectory=dbt-tests-adapter +git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core +git+https://github.com/dbt-labs/dbt-adapters.git +git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter # if version 1.x or greater -> pin to major version # if version 0.x -> pin to minor