hello! is there a way to deploy flows with non-JSO...
# ask-community
m
hello! is there a way to deploy flows with non-JSON serializable arguments?
1
a
technically no practically (in terms of solving a problem) yes - you can e.g. point to a file in S3 when you need to point to a large object
m
thanks Anna, I came up with an S3-based solution as you described it but it felt quite hacky, so I wanted to double check
is there a plan to support it in the future, assuming an argument is pickleable, let’s say?
a
not hacky at all, it's actually way more scalable, parameters are not meant to pass large objects
you did everything right
you can however pass data between subflows, so you could have one parent flow retrieving some data and then passing it as data dependency to child flows