From 17e77c66a20ce94a0e8b15f2e12603694bfb1bb9 Mon Sep 17 00:00:00 2001 From: Pradeep Srikakolapu Date: Sun, 19 May 2024 00:04:54 -0700 Subject: [PATCH] Pinning to dbt-core v1.8.0 and its requirements --- dev_requirements.txt | 7 ++++--- setup.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 46d6864..a42c6b9 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,8 +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@fc431010ef0bd11ee6a502fc6c9e5e3e75c5d72d#egg=dbt-core&subdirectory=core -git+https://github.com/dbt-labs/dbt-adapters.git@4c289b150853b94beb67921f2a8dd203abe53cbe -git+https://github.com/dbt-labs/dbt-adapters.git@4c289b150853b94beb67921f2a8dd203abe53cbe#subdirectory=dbt-tests-adapter +git+https://github.com/dbt-labs/dbt-core.git@v1.8.0#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-common.git pytest==8.0.1 twine==5.0.0 diff --git a/setup.py b/setup.py index 3deed70..b8e33c5 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def run(self): "pyodbc>=4.0.35,<5.2.0", "azure-identity>=1.12.0", "dbt-common>=1.0.4,<2.0", - "dbt-core>=1.8.0", + "dbt-core==1.8.0", "dbt-adapters>=1.1.1,<2.0", ], cmdclass={