Skip to content

Commit

Permalink
Merge pull request #993 from openedx/saraburns1-patch-1
Browse files Browse the repository at this point in the history
fix: dbt version
  • Loading branch information
saraburns1 authored Nov 26, 2024
2 parents ac2af93 + 5a84ec7 commit 29075eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutoraspects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,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.33.8"),
("DBT_BRANCH", "v3.33.9"),
("DBT_SSH_KEY", ""),
("DBT_STATE_DIR", "/app/aspects-dbt/state"),
("DBT_PROFILES_DIR", "/app/aspects/dbt/"),
Expand Down

0 comments on commit 29075eb

Please sign in to comment.