diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index 9432f8fb..ad1a8a24 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -384,9 +384,9 @@ # For the most part you shouldn't have to touch these # DBT_PROFILE_* settings get passed into the dbt_profile.yml file. # 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/saraburns1/aspects-dbt"), - ("DBT_BRANCH", "fixrewatched_again"), + # flexibility for forking, running branches, specific versions, etc. + ("DBT_REPOSITORY", "https://github.com/openedx/aspects-dbt"), + ("DBT_BRANCH", "v3.33.8"), ("DBT_SSH_KEY", ""), ("DBT_STATE_DIR", "/app/aspects-dbt/state"), ("DBT_PROFILES_DIR", "/app/aspects/dbt/"),