Skip to content

Commit

Permalink
Merge pull request #639 from openedx/cag/upgrade-dbt
Browse files Browse the repository at this point in the history
feat: upgrade dbt to v3.9.0
  • Loading branch information
Cristhian Garcia authored Mar 6, 2024
2 parents e0815f5 + 3904283 commit a0d7db2
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 @@ -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.5.0"),
("DBT_BRANCH", "v3.9.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
Expand Down

0 comments on commit a0d7db2

Please sign in to comment.