Juan Luis
06/20/2023, 10:42 AM127.0.0.1
was not working. I suspect it's because they were using an SSH connection to a Linux machine on AWS. localhost
worked perfectly. any reason to use the IP directly? (user was on Windows)
• their pipelines were huuuuuuge. he asked me about a way to group sub-pipelines visually, but I'm not versed enough. is there any way to do it?datajoely
06/20/2023, 10:42 AMIñigo Hidalgo
06/20/2023, 10:44 AMJuan Luis
06/20/2023, 10:44 AMIñigo Hidalgo
06/20/2023, 10:46 AMssh -L 4141:127.0.0.1:4141 hostname
) it might give some more insight into what is going wrongJuan Luis
06/20/2023, 10:47 AMIñigo Hidalgo
06/20/2023, 10:48 AMkedro-viz --autoreload
leaving processes running when I quit it using Ctrl+C
which then leaves the default port blocked. I’ve had to manually kill individual processes bc it seems to spawn subprocesses. Has anybody had this issue? (Note I’m on an old version, 4.6.0 so it might have been fixed)Tynan
06/20/2023, 11:34 AMIñigo Hidalgo
06/20/2023, 11:37 AMTynan
06/20/2023, 12:20 PM