Mark Einhorn
11/19/2024, 12:33 PMkedro viz run
the pipeline generated is out of date (new pipelines not shown which are part of default
) and the version shown in the top right hand corner of the rendered pipeline version shows kedro viz v7. Any ideas on how to fix this? Is it a caching issue?Hall
11/19/2024, 12:33 PMJitendra Gundaniya
11/19/2024, 12:37 PMMark Einhorn
11/19/2024, 12:39 PMMark Einhorn
11/19/2024, 12:40 PMMark Einhorn
11/19/2024, 12:41 PMpip freeze
Jitendra Gundaniya
11/19/2024, 12:44 PMMark Einhorn
11/19/2024, 12:44 PMRashida Kanchwala
11/19/2024, 12:44 PMRashida Kanchwala
11/19/2024, 12:45 PMMark Einhorn
11/19/2024, 12:46 PMRashida Kanchwala
11/19/2024, 12:47 PMlsof -Pi | grep LISTEN
kill -9 $PID
Rashida Kanchwala
11/19/2024, 12:47 PMRashida Kanchwala
11/19/2024, 12:48 PMMark Einhorn
11/19/2024, 12:53 PMMark Einhorn
11/19/2024, 12:55 PMsrc
in the file path of the pipelines in pipeline_registry
which is weird?Jitendra Gundaniya
11/19/2024, 12:59 PMMark Einhorn
11/19/2024, 1:00 PMRashida Kanchwala
11/19/2024, 1:02 PMMark Einhorn
11/19/2024, 1:36 PMRashida Kanchwala
11/19/2024, 1:42 PMMark Einhorn
11/19/2024, 1:46 PMJitendra Gundaniya
11/19/2024, 1:46 PMMark Einhorn
11/19/2024, 1:53 PMdefault
in the pipeline registry, replaced the declaring of individual pipelines with
pipelines = find_pipelines()
pipelines["__default__"] = sum(pipelines.values())
return pipelines
and that's done the trick. Thanks for the help both! Really appreciate it!