File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
531531try :
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
536534except AttributeError :
537535 for service , template_path , priority in MY_INIT_TASKS :
538536 full_path = os .path .join (
You can’t perform that action at this time.
0 commit comments