From 623ac718746a298448d77e7e392cf43a7465a2b0 Mon Sep 17 00:00:00 2001 From: desmond-hui <97470747+desmond-hui@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:54:56 -0700 Subject: [PATCH] upgrade to dbt 1.8.x (#638) --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5b26f091..235f1a5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ -dbt-snowflake>=1.4,<1.8 +dbt-core>=1.8,<1.9 +dbt-snowflake>=1.8,<1.9 protobuf==4.25.3 \ No newline at end of file