The community member is asking if there is a way to save intermediate outputs from a query pipeline to a local folder, as the current method of using set_global_handler only prints the outputs to the terminal. One of the comments indicates that this feature is not currently available but is on the todo list. Another comment simply expresses gratitude for the response.
Hi all, when using a query pipeline, is there a way to save intermediate outputs to a local folder? Using simple with set_global_handler prints to the terminal, but I would like to save outputs to a directory. Thanks in advance.