Hi, I want to ask if Orion still uses two types of...
# ask-community
k
Hi, I want to ask if Orion still uses two types of storage:
script
and
pickle
based storage as described here: https://docs.prefect.io/orchestration/flow_config/storage.html#pickle-vs-script-based-storage
k
I think Orion is going more towards not serializing to enable more runtime flexibility, but will double check tomorrow.
k
Ok, I will wait! I need confirmation if Orion uses
script
based storage. If yes, I will use it now with Prefect Core to make my tasks and flows more future proof. But if my reasoning is incorrect please let me know :)
k
Oh that part it definitely does. What I wasn’t sure about is if we will still have the pickle based storage. Definitely give Orion a try. We’d love to hear feedback.
k
The problem is I'm using Prefect with Saturn, I assume they don't give ability to use Orion yet.
k
Are you using it like this ? I think you are right though
k
Yes, with
flow = integration.register_flow_with_saturn(flow)
k
Yeah then I guess not yet 😢
👍 1
k
Ok, thank you
@Kevin Kho Please confirm that in Orion pickle based storage is not possible or is not default anymore.
👍 1
k
So I asked our engineers and pickle based storage will be supported, but how to support it is still unclear. The default this time around will be script based storage
k
Ok, thank you that's all I need :)
👍 1