From fded40145d6a20ea5040d900a96bb3ad895e0aaa Mon Sep 17 00:00:00 2001 From: Brian Mesick Date: Mon, 29 Jan 2024 13:57:35 -0500 Subject: [PATCH] feat: Use official versions of Ralph 4 and aspects-dbt --- tutoraspects/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index 011a88af6..ecaa8f5e2 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -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"), ( @@ -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