You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out that partial_pipeline_data could receive a user in parameter and then change the kwargs['user'] to the user instance making the partial impossible to be saved (during flush) since the user is not serializable.
The pickler cannot jsonify certain types like datetime.
How to change it?
Thanks
The text was updated successfully, but these errors were encountered: