Deceivious
03/22/2023, 9:47 AMcache_key_fn=task_input_hash,
cache_expiration=timedelta(hours=2),
persist_result=True,
result_storage=LocalFileSystem(basepath=os.path.join(os.path.expanduser("~"), ".prefect_storage")),
result_serializer=JSONSerializer(jsonlib="orjson"),
I am receiving an error messsage.
TypeError: orjson.loads() takes no keyword arguments
prefect/serializers.py/JSONSerializer/loads
methodjson
has no issues with this. Kinda weird cuz i picked up orjson
from the documentations and it failed.Zanie
03/24/2023, 2:40 PMDeceivious
03/24/2023, 2:41 PM