Skip to content

Commit 518e9c7

Browse files
committed
feat: upgrade aspects-dbt to v2.5
1 parent 4466b09 commit 518e9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutoraspects/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
# For now we are pulling this from github, which should allow maximum
311311
# flexibility for forking, running branches, specific versions, etc.
312312
("DBT_REPOSITORY", "https://github.com/openedx/aspects-dbt"),
313-
("DBT_BRANCH", "v2.4"),
313+
("DBT_BRANCH", "v2.5"),
314314
# Path to the dbt project inside the repository
315315
("DBT_REPOSITORY_PATH", "aspects-dbt"),
316316
# This is a pip compliant list of Python packages to install to run dbt

0 commit comments

Comments
 (0)