🚀 Feature
Motivation
Right now, it is possible to do this in a Lightning Studio
optimize(
output_dir="./optimized_data"
)
However, when running this code in a multi machine jobs, this won't properly work.
Instead, we should convert the output_dir to an s3 path pointing to the node 0 artifacts path + the user provided output_dir
Pitch
Alternatives
Additional context