Skip to content

Commit e732e5b

Browse files
committed
feat: upgrade dbt-aspects to v2.2
1 parent 10aac5c commit e732e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutoraspects/plugin.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@
216216
# For now we are pulling this from github, which should allow maximum
217217
# flexibility for forking, running branches, specific versions, etc.
218218
("DBT_REPOSITORY", "https://github.com/openedx/aspects-dbt"),
219-
("DBT_BRANCH", "v2.1"),
219+
("DBT_BRANCH", "v2.2"),
220220
# Path to the dbt project inside the repository
221-
("DBT_REPOSITORY_PATH", "aspects-dbt/aspects"),
221+
("DBT_REPOSITORY_PATH", "aspects-dbt"),
222222
# This is a pip compliant list of Python packages to install to run dbt
223223
# make sure packages with versions are enclosed in double quotes
224224
("EXTRA_DBT_PACKAGES", []),

0 commit comments

Comments
 (0)