From a5f45990cc8c99a211addc1abb884e030e193831 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Mon, 30 Oct 2023 10:47:55 -0400 Subject: [PATCH] install dbt-core from fix for get_catalog updates --- dev-requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 40b123548..9c9e4f677 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,9 @@ # 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@4122f6c308c88be4a24c1ea490802239a4c1abb8#egg=dbt-core&subdirectory=core -git+https://github.com/dbt-labs/dbt-core.git@4122f6c308c88be4a24c1ea490802239a4c1abb8#egg=dbt-tests-adapter&subdirectory=tests/adapter +# git+https://github.com/dbt-labs/dbt-core.git@4122f6c308c88be4a24c1ea490802239a4c1abb8#egg=dbt-core&subdirectory=core +# git+https://github.com/dbt-labs/dbt-core.git@4122f6c308c88be4a24c1ea490802239a4c1abb8#egg=dbt-tests-adapter&subdirectory=tests/adapter +git+https://github.com/dbt-labs/dbt-core.git@paw/filtered-catalog-casefold#egg=dbt-core&subdirectory=core +git+https://github.com/dbt-labs/dbt-core.git@paw/filtered-catalog-casefold#egg=dbt-tests-adapter&subdirectory=tests/adapter # if version 1.x or greater -> pin to major version # if version 0.x -> pin to minor