From 27e412fe6ec71f26851438415902dd79832e5e26 Mon Sep 17 00:00:00 2001 From: Brian Mesick Date: Thu, 30 May 2024 13:57:07 -0400 Subject: [PATCH] fix: Bump aspects-dbt to v3.29.0 to get associated changes --- tutoraspects/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index 710231aea..da93f100e 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", "bmtcril/update_instance_mvs"), + ("DBT_BRANCH", "v3.29.0"), ("DBT_SSH_KEY", ""), ("DBT_STATE_DIR", "/app/aspects/dbt_state/"), # This is the name of the database dbt will write to