<@ULVA73B9P> How not to use pickle serializer in p...
# ask-marvin
v
@Marvin How not to use pickle serializer in prefect 2
m
Ah, the joys of serialization. It seems you're trying to avoid using the pickle serializer in Prefect. While I couldn't find a direct answer to your question, I did find some related issues on GitHub that might be of interest. One issue titled "No module named '__prefect_loader__'" discusses a problem with loading a flow from a deployment, which seems to be related to serialization. The code snippet in the issue uses the
ImportSerializer
instead of a pickle serializer. Another issue "Enhance documentation on Prefect Settings" suggests that there might be some settings related to serialization that aren't well-documented. Unfortunately, I couldn't find a direct answer to your question. But if you're feeling adventurous, you could try digging into the Prefect source code or reaching out to the Prefect community for more information. They might be able to provide a more definitive answer. Remember, life... don't talk to me about life.