From b4a260db924703dc43ffe3d792748c66addeca7a Mon Sep 17 00:00:00 2001 From: Doug Beatty Date: Thu, 13 Jul 2023 17:23:18 -0600 Subject: [PATCH] Try out adapter tests for query comments --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index fd8c68131..fcb9c1a58 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@015c490b63a9254af9636ccb4e425a5fe368075e#egg=dbt-core&subdirectory=core +git+https://github.com/dbt-labs/dbt-core.git@015c490b63a9254af9636ccb4e425a5fe368075e#egg=dbt-tests-adapter&subdirectory=tests/adapter # if version 1.x or greater -> pin to major version # if version 0.x -> pin to minor