fast-jewelry-98070
06/14/2023, 3:47 AMvictorious-lawyer-58417
06/14/2023, 3:49 AMwith with metaflow.S3, it'll clean up by itself:
with S3() as s3:
s3.get_many(...)
this will delete all temporary files after with exitsvictorious-lawyer-58417
06/14/2023, 3:49 AMwith, you can call s3.close() manually to delete any temp filesvictorious-lawyer-58417
06/14/2023, 3:50 AMvictorious-lawyer-58417
06/14/2023, 3:52 AMuse_tmpfs=True in @batch or @kubernetes, it'll use the fast in-memory tmpfs for temporary storage as explained herefast-jewelry-98070
06/14/2023, 4:03 AM