From eddd61006b5e1ea17d3bfcbfaa1806d4c9fb1462 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Fri, 24 May 2024 15:58:52 -0500 Subject: [PATCH] feat: upgrade aspects-dbt to v3.27.0 --- tutoraspects/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index 3102452c6..ba20c7d7c 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -348,7 +348,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", "cag/video-performance-v2"), + ("DBT_BRANCH", "v3.27.0"), ("DBT_SSH_KEY", ""), ("DBT_STATE_DIR", "/app/aspects/dbt_state/"), # This is the name of the database dbt will write to