From 72de333df2e32a892e0ef5155f99343ee52dd861 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Tue, 28 May 2024 11:59:40 -0500 Subject: [PATCH] chore: upgrade aspects-dbt to v3.28.1 --- tutoraspects/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index b5b5315d7..45b9c6efb 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -355,7 +355,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.28.0"), + ("DBT_BRANCH", "v3.28.1"), ("DBT_SSH_KEY", ""), ("DBT_STATE_DIR", "/app/aspects/dbt_state/"), # This is the name of the database dbt will write to