Skip to content

Commit

Permalink
fix: dbt version
Browse files Browse the repository at this point in the history
  • Loading branch information
saraburns1 authored Nov 26, 2024
1 parent 7839b65 commit 8fd7fee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutoraspects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,9 @@
# For the most part you shouldn't have to touch these
# DBT_PROFILE_* settings get passed into the dbt_profile.yml file.
# 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/saraburns1/aspects-dbt"),
("DBT_BRANCH", "fixrewatched_again"),
# flexibility for forking, running branches, specific versions, etc.
("DBT_REPOSITORY", "https://github.com/openedx/aspects-dbt"),
("DBT_BRANCH", "v3.33.8"),
("DBT_SSH_KEY", ""),
("DBT_STATE_DIR", "/app/aspects-dbt/state"),
("DBT_PROFILES_DIR", "/app/aspects/dbt/"),
Expand Down

0 comments on commit 8fd7fee

Please sign in to comment.