Sarah Floris
03/15/2022, 8:38 PMSystem Version check: OK
/opt/prefect/healthcheck.py:130: UserWarning: Flow uses module which is not importable. Refer to documentation on how to import custom modules <https://docs.prefect.io/api/latest/storage.html#docker>
flows = cloudpickle_deserialization_check(flow_file_paths)
Traceback (most recent call last):
File "/opt/prefect/healthcheck.py", line 130, in <module>
flows = cloudpickle_deserialization_check(flow_file_paths)
File "/opt/prefect/healthcheck.py", line 43, in cloudpickle_deserialization_check
flows.append(cloudpickle.loads(flow_bytes))
ModuleNotFoundError: No module named "Module"
Kevin Kho
03/15/2022, 8:42 PMSarah Floris
03/15/2022, 8:43 PMKevin Kho
03/15/2022, 8:46 PMflow.register(build=False)
Sarah Floris
03/15/2022, 8:47 PMKevin Kho
03/15/2022, 8:48 PMSarah Floris
03/15/2022, 8:58 PMKevin Kho
03/15/2022, 9:06 PMLocalStorage
will look for the file relative to the container