with tempfile.TemporaryDirectory() as tmp:
some_files = create_files()
# kills temporary directory ctx manger
processed = process_file.map(some_files)
with tempfile.TemporaryDirectory() as tmp:
some_files = create_files()
# this works
processed = process_file(some_files[0])
has anyone experienced a context manager get killed by
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.