Skip to content

Commit

Permalink
feat: Use official versions of Ralph 4 and aspects-dbt
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Jan 29, 2024
1 parent 8a81a3b commit fded401
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 @@ -35,7 +35,7 @@
("RUN_SUPERSET", True),
("DOCKER_IMAGE_ASPECTS", "edunext/aspects:{{ ASPECTS_VERSION }}"),
("DOCKER_IMAGE_CLICKHOUSE", "clickhouse/clickhouse-server:23.8"),
("DOCKER_IMAGE_RALPH", "fundocker/ralph:4.0.0-beta1"),
("DOCKER_IMAGE_RALPH", "fundocker/ralph:4.0.0"),
("DOCKER_IMAGE_SUPERSET", "edunext/aspects-superset:{{ ASPECTS_VERSION }}"),
("DOCKER_IMAGE_VECTOR", "timberio/vector:0.30.0-alpine"),
(
Expand Down Expand Up @@ -344,7 +344,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", "bmtcril/ralph_4"),
("DBT_BRANCH", "v3.3.0"),
# Path to the dbt project inside the repository
("DBT_REPOSITORY_PATH", "aspects-dbt"),
# This is a pip compliant list of Python packages to install to run dbt
Expand Down

0 comments on commit fded401

Please sign in to comment.