From 0b6dd28aee9954887089859e963cf69ebd07779d Mon Sep 17 00:00:00 2001 From: rory sawyer Date: Thu, 4 Apr 2024 16:27:55 -0400 Subject: [PATCH] feat: bump aspects-dbt version to include video engagement model --- tutoraspects/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index 1f2717385..4583db6f8 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -379,7 +379,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.9.2"), + ("DBT_BRANCH", "v3.11.0"), ("DBT_SSH_KEY", ""), ("DBT_STATE_DIR", "/app/aspects/dbt_state/"), # This is a pip compliant list of Python packages to install to run dbt