Anya
Anya2mo ago

Passing heavy data into the shared folder as part of the flow

Hello, I created a script in Windmil that gets some data from Supabase. The result that I get is too large so I get this error message: Could someone explain to me how I do pass data to a shared storage in Python? I couldn't find it in the documentation. Thanks!
No description
1 Reply
rubenf
rubenf2mo ago
updated a little bit the message:
Result is too large for the cloud app (limit 2MB).
We highly recommend using object to store and pass heavy data (https://www.windmill.dev/docs/core_concepts/object_storage_in_windmill#read-a-file-from-s3-within-a-script)
Alternatively, if using this script as part of a flow, activate shared folder and use the shared folder to pass heavy data between steps.
Result is too large for the cloud app (limit 2MB).
We highly recommend using object to store and pass heavy data (https://www.windmill.dev/docs/core_concepts/object_storage_in_windmill#read-a-file-from-s3-within-a-script)
Alternatively, if using this script as part of a flow, activate shared folder and use the shared folder to pass heavy data between steps.

Did you find this page helpful?