Hello, I have python code that collects data in json, and sends it to an S3 bucket, everything works fine. But when there is a lot of data, it causes memory overflow.
So I want to save locally, for example in /tmp or dbfs:/tmp and after sending it to S3, but when saving it says that the directory or file does not exist, as if the file is generated but cannot be found.
If I mount UC Vulumes, then it works.
Are there any restrictions? I'm mounting everything via unity catalog, not via dbfs.
Thanks.