From 771751e7d088976bcb67d2868f667d7a9243aaaa Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Mon, 27 May 2024 12:37:09 -0500 Subject: [PATCH] feat: upgrade aspects-dbt to pages --- tutoraspects/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index f8f39fdcd..5b7d98693 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.27.0"), + ("DBT_BRANCH", "cag/pages-performance"), ("DBT_SSH_KEY", ""), ("DBT_STATE_DIR", "/app/aspects/dbt_state/"), # This is the name of the database dbt will write to