diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index f0950ebb4..7b2495873 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -351,7 +351,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.3.0"), + ("DBT_BRANCH", "v3.4.1"), # Path to the dbt project inside the repository ("DBT_REPOSITORY_PATH", "aspects-dbt"), # This is a pip compliant list of Python packages to install to run dbt