From 5a84ec726664dc009a90cd5033cf77c1d860643f Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Tue, 26 Nov 2024 14:06:03 -0500 Subject: [PATCH] fix: dbt version --- tutoraspects/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index 8a59c40f..d55cb934 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -386,7 +386,7 @@ # For now we are pulling this from github, which should allow maximum # flexibility for forking, running branches, specific versions, etc. ("DBT_REPOSITORY", "https://github.com/openedx/aspects-dbt"), - ("DBT_BRANCH", "v3.33.8"), + ("DBT_BRANCH", "v3.33.9"), ("DBT_SSH_KEY", ""), ("DBT_STATE_DIR", "/app/aspects-dbt/state"), ("DBT_PROFILES_DIR", "/app/aspects/dbt/"),