adammkerr
adammkerr
#6911 #6920 If anyone has any suggestions on #6920 it would be immensely appreciated.
> > stockUnpickler.load(self) File "/usr/local/lib/python3.10/site-packages/dill/_dill.py", line 462, in find_class return StockUnpickler.find_class(self, module, name) ModuleNotFoundError: No module named 'models' > > It sounds like there is some path related problem. The...
> OK, that narrows it down a bit. > > We also extend the TFX base image and successfully use the custom image with Dataflow. I don't have the time...
> > Thank though for the suggestions! What TFX Version are you using? If I roll back to 1.12.0, my exact same code works for dataflow. Any version greater than...
> How would one go about debugging something like this? Would the following be possible/right approach? > > 1. Get it to work with direct runner, verify correctness > 2....