Deepak Kumar
03/28/2023, 9:31 AMapply_deployment
step(prefect 2.8.0
):
TypeError: Type is not JSON serializable: <class name of the object>
Basically my flow decorated function takes this object as an argument. The error suggests that only JSON serialisable things could be used as a param for flows.
I need this object in the flow for further processing. What is the possible workaround for this?