exec(), file operations return an OperationRef immediately and don’t wait for completion. Call .result() when you need the data. This lets you start multiple operations and wait for them together:
Tutorial for uploading and downloading files to and from CoreWeave sandbox instances
exec(), file operations return an OperationRef immediately and don’t wait for completion. Call .result() when you need the data. This lets you start multiple operations and wait for them together: