Lucas Fiorini
03/26/2025, 6:31 PMsys.exit(0) but the output anyway results in an ERROR. Is it possible to stop the execution without generating that type of output error?Lucas Fiorini
03/26/2025, 6:33 PMdatajoely
03/26/2025, 6:33 PMdatajoely
03/26/2025, 6:33 PMdatajoely
03/26/2025, 6:35 PMimport os
os._exit(0)Nok Lam Chan
03/26/2025, 6:46 PMLucas Fiorini
03/26/2025, 6:50 PMRavi Kumar Pilla
03/26/2025, 7:20 PMbefore_pipeline_run hook to have a custom condition and decide to exit. You can explore more here. Please let me know if this works. Thank youLucas Fiorini
03/26/2025, 7:25 PMsys.exit(0) and this would (presumably) generate the same error.datajoely
03/26/2025, 7:26 PMRavi Kumar Pilla
03/26/2025, 7:36 PMbefore_pipeline_run spec has run_params. Not sure if it works but can you try - run_params["from_nodes"] = [] or as @datajoely mentioned you can return an empty dataset and handle it downstreamLucas Fiorini
03/26/2025, 7:42 PMLucas Fiorini
03/26/2025, 7:42 PM