Pedram
03/08/2020, 5:12 AMfile_handle_to_s3
solid, which expects a FileHandle. My previous step is a postgres job that writes a CSV file to disk. How do I give this file handle to the next task? I tried returning the file name, and returning open(fn)
but neither seem right.LocalFileHandle(fname)
from my previous solid and it seemed to do the trick!