From 30fa22b73ee8e793d0a6ea489ab3b23f29489dda Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Wed, 27 Sep 2023 09:35:24 -0400 Subject: [PATCH] use branch 8007-contract_type_aliasing --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6ea7b16aa..065e8cde6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ # 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#egg=dbt-core&subdirectory=core -git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter +git+https://github.com/dbt-labs/dbt-core.git@8007-contract_type_aliasing#egg=dbt-core&subdirectory=core +git+https://github.com/dbt-labs/dbt-core.git@8007-contract_type_aliasing#egg=dbt-tests-adapter&subdirectory=tests/adapter # if version 1.x or greater -> pin to major version # if version 0.x -> pin to minor