Skip to content

Commit b9a6311

Browse files
committed
chore: Upgrade Ralph to 5.0.1
1 parent 9a3aa67 commit b9a6311

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tutoraspects/plugin.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
("RUN_SUPERSET", True),
4040
("DOCKER_IMAGE_ASPECTS", "edunext/aspects:{{ ASPECTS_VERSION }}"),
4141
("DOCKER_IMAGE_CLICKHOUSE", "clickhouse/clickhouse-server:25.3"),
42-
("DOCKER_IMAGE_RALPH", "fundocker/ralph:4.1.0"),
42+
("DOCKER_IMAGE_RALPH", "fundocker/ralph:5.0.1"),
4343
("DOCKER_IMAGE_SUPERSET", "edunext/aspects-superset:{{ ASPECTS_VERSION }}"),
4444
("DOCKER_IMAGE_VECTOR", "timberio/vector:0.30.0-alpine"),
4545
(
@@ -530,9 +530,7 @@ def _mount_superset_compose(
530530
# run it as part of the `init` job.
531531
try:
532532
for service, template_path, priority in MY_INIT_TASKS:
533-
hooks.Filters.COMMANDS_INIT.add_item(
534-
(service, template_path)
535-
) # pylint: disable=no-member
533+
hooks.Filters.COMMANDS_INIT.add_item((service, template_path)) # pylint: disable=no-member
536534
except AttributeError:
537535
for service, template_path, priority in MY_INIT_TASKS:
538536
full_path = os.path.join(

0 commit comments

Comments
 (0)