From e732e5b7c0ee7cbf2e69759f486ab505280074d9 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Tue, 29 Aug 2023 10:50:19 -0500 Subject: [PATCH] feat: upgrade dbt-aspects to v2.2 --- tutoraspects/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index f9cae3a1..df626705 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -216,9 +216,9 @@ # 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", "v2.1"), + ("DBT_BRANCH", "v2.2"), # Path to the dbt project inside the repository - ("DBT_REPOSITORY_PATH", "aspects-dbt/aspects"), + ("DBT_REPOSITORY_PATH", "aspects-dbt"), # This is a pip compliant list of Python packages to install to run dbt # make sure packages with versions are enclosed in double quotes ("EXTRA_DBT_PACKAGES", []),