Hello,
I'm getting this error with the latest prefect version (=2.13) while it works with the previous version.
The error happens when we try to import the prefect-soda-core class during the deployment of the flow:
prefect.exceptions.ScriptError: Script at 'src/my_soda_flow.py' encountered an exception: TypeError("cannot pickle 'classmethod' object")
I'll investigate on my side and let you know what I find.
Hello,
I'm getting this error with the latest prefect version (=2.13) while it works with the previous version.
The error happens when we try to import the prefect-soda-core class during the deployment of the flow:
prefect.exceptions.ScriptError: Script at 'src/my_soda_flow.py' encountered an exception: TypeError("cannot pickle 'classmethod' object")I'll investigate on my side and let you know what I find.