Skip to content

Commit

Permalink
Merge pull request #336 from openedx/cag/upgrade-dbt-aspects
Browse files Browse the repository at this point in the history
feat: upgrade dbt-aspects to v2.2
  • Loading branch information
Ian2012 authored Aug 29, 2023
2 parents bac346d + e732e5b commit fcd85a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutoraspects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", []),
Expand Down

0 comments on commit fcd85a0

Please sign in to comment.