Niels Prins
02/09/2022, 4:25 PMflow.run()
it works fine. When I register the same flow to a local server and run it with a local prefect agent I get the following error.
File "/home/prinsn/Code/prefect/repo/gima-prefect-cicd/.env/lib/python3.8/site-packages/cloudpickle/cloudpickle_fast.py", line 602, in dump
return Pickler.dump(self, obj)
TypeError: 'NoneType' object is not callable
I' m using:
ge api V3
prefect==0.15.13
great_expectations==0.14.5
Any pointers? =Dalex
02/09/2022, 4:39 PMNiels Prins
02/09/2022, 4:41 PMalex
02/09/2022, 5:36 PMNiels Prins
02/09/2022, 5:50 PM<https://gitlab.com/hashmapinc/oss/great-expectations-poc>
Will check if this runs in my local server and than slowly upgrade it to the latest versions. For now I will call it a night =Dalex
02/10/2022, 12:26 PM